I'm developing a migrate script (Joomla 3 to Drupal 7). Because I don't want to decrypt Joomla's user passwords, I want to check if the inputted password, after encryption, matches the password in my Joomla table. Just like a normal login system.
The only thing I don't know, is how Joomla's Password are encrypted in Joomla 3.x. So I want to know what happens when I enter my password in Joomla's login form.
Can anybody help me out (I prefer some PHP code)?