I’m creating an android app which depends on the wordpress website.
I’ve used normal md5 encryption method for password during user registration.
At once when the user logs in, login process works perfectly. After that, the md5 encrypted password is automatically converted to phpass password. Login affects in the next trail since wordpress site has phpass encryption process.
Is there any way to process both encryption and decryption process in android related to wordpress?
Using json api, i can able to login and register into wordpress.
for login, use json api auth plugin
for register user, use json api user plugin