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


Messages In This Thread
phpBB uses bcrypt - by Mem5 - 08-13-2019, 09:43 AM
RE: phpBB uses bcrypt - by undeath - 08-13-2019, 10:18 AM
RE: phpBB uses bcrypt - by Mem5 - 08-16-2019, 08:39 PM
RE: phpBB uses bcrypt - by atom - 08-14-2019, 11:12 AM
RE: phpBB uses bcrypt - by atom - 08-22-2019, 11:21 AM