phpBB uses bcrypt - 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: phpBB uses bcrypt (/thread-8545.html) |
phpBB uses bcrypt - Mem5 - 08-13-2019 According to https://www.phpbb.com/community/viewtopic.php?t=2382016 Quote:version 3.1: default hashing method is bcrypt 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. RE: phpBB uses bcrypt - undeath - 08-13-2019 What exact change would you propose? Changing the mode 400 description to "phpBB <3.1"? RE: phpBB uses bcrypt - atom - 08-14-2019 You can use -m 3200 to crack $2y$10$ hashes. RE: phpBB uses bcrypt - Mem5 - 08-16-2019 (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 RE: phpBB uses bcrypt - atom - 08-22-2019 Please send in a PR |