hashcat Forum

Full Version: Joomla 3.7 hash type?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi new joomla 3.7 pack hash type?

hash :  ($2y$10$-----------------------)
bcrypt
I'm afraid it could be bcrypt(md5($pass.$salt)) so that they can stay backward compatible and do not require the users to re-enter the password in order to update the hashes to just bcrypt. Can someone try to find out?
Didn't find anything weird happening in the code. Should be normal bcrypt.