phpBB uses bcrypt
#1
According to https://www.phpbb.com/community/viewtopic.php?t=2382016

Quote:version 3.1: default hashing method is bcrypt
version 3.0 : salted_md5

A phpBB bcrypt hash looks like $2y$10$...

Any chance to modify https://hashcat.net/wiki/doku.php?id=example_hashes + "hashcat --help" ?

I confirm that mode 3200 (bcrypt $2*$) works well with this "new" phpBB hashes.

Thanks.
Reply
#2
What exact change would you propose? Changing the mode 400 description to "phpBB <3.1"?
Reply
#3
You can use -m 3200 to crack $2y$10$ hashes.
Reply
#4
(08-13-2019, 10:18 AM)undeath Wrote: What exact change would you propose? Changing the mode 400 description to "phpBB <3.1"?
Exactly.
Like Joomla.
Just a wording proposition Wink
Reply
#5
Please send in a PR
Reply