Sha512(pass.salt), 128char salt.
#3
(07-31-2020, 10:22 PM)philsmd Wrote: did you try -m 1710 = sha512($pass.$salt)  ?

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

there are some differences with length limits between optimized (using -O) and pure kernels (without -O).

also make sure to check whether the salt is in hex (using --hex-salt) or it's used AS-IS (no --hex-salt)

Heh, Im a fool, I had -O on, you always deliver Phil, thanks.
Reply


Messages In This Thread
Sha512(pass.salt), 128char salt. - by kkost - 07-31-2020, 10:10 PM
RE: Sha512(pass.salt), 128char salt. - by philsmd - 07-31-2020, 10:22 PM
RE: Sha512(pass.salt), 128char salt. - by kkost - 07-31-2020, 10:26 PM