niccloud wrote:Hi. I am new to android. Quite noob. But when i try to enter a new user_id and password, it throws up an error stating that invalid user and password. From what i see in the database, the password seems to be encrypted somehow, could you enlighten me as to the method to go about this issue.
Hi,
In fact, If the password in your database have been encryted by MD5, after the password which users type, you can get and change to MD5 before comparing with the password in database.
Best regard,
Alex




i will really appreciate this