hashcat Forum
Joomla 3.7 hash type? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Joomla 3.7 hash type? (/thread-6555.html)



Joomla 3.7 hash type? - mstbro - 05-11-2017

Hi new joomla 3.7 pack hash type?

hash :  ($2y$10$-----------------------)


RE: Joomla 3.7 hash type? - undeath - 05-11-2017

bcrypt


RE: Joomla 3.7 hash type? - atom - 05-13-2017

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?


RE: Joomla 3.7 hash type? - undeath - 05-13-2017

Didn't find anything weird happening in the code. Should be normal bcrypt.