Joomla 3.7 hash type?
#1
Hi new joomla 3.7 pack hash type?

hash :  ($2y$10$-----------------------)
#2
bcrypt
#3
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?
#4
Didn't find anything weird happening in the code. Should be normal bcrypt.