How to calc (md5(md5($pwd).$salt) ?
#3
(05-10-2015, 10:42 AM)philsmd Wrote: 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

Hi ,thanks for the answer , I got it. Smile


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