How to calc (md5(md5($pwd).$salt) ?
#2
This is the algorithm used by the forum software/board VBulletin.

Hence, depending on the salt length, you either need to use -m 2611 (very short salts) or -m 2711 (longer salts).

For examples see https://hashcat.net/wiki/doku.php?id=example_hashes


Messages In This Thread
RE: How to calc (md5(md5($pwd).$salt) ? - by philsmd - 05-10-2015, 10:42 AM
RE: How to calc (md5(md5($pwd).$salt) ? - by atom - 08-23-2015, 12:34 PM