Good day!
I need to check the password to make a login in my windows phone application. The password in Joomla is crypted, then to login I have to crypt the password before.
I know that joomla uses MD5 cryptation with {hash}:{salt}, but my password in joomla db looks like:
Real password: password Password in joomla db: $P$DZo3PBeZgkmwlrCrTHfZDk8trTqz5K1
what is the possible way to create the password ?
Thank you.