Custom iterations count
#2
What are the details about the algorithm used?
"sha512 salted with custom iterations" doesn't really say much.
There are many different ways to use "sha512", "iterations" and "salt" all within a hashing scheme.

Do you mean something like sha512crypt ? PBKDF2-HMAC-SHA512 ? or is it really "just" some salted sha512 iterations ?
If so, when is the salt used (on each and every iteration? appended or prefixed)? Are hexadecimal or binary digests used etc?

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


Messages In This Thread
Custom iterations count - by vladimir125 - 12-28-2015, 06:54 PM
RE: Custom iterations count - by philsmd - 12-28-2015, 08:14 PM
RE: Custom iterations count - by vladimir125 - 12-28-2015, 08:51 PM