SHA-256
#5
There is no "wrong" algorithm implemented in hashcat. All the hashing algorithms are correct. They are just different like night and day. (maybe you could say some are more similar, but the result is still most of the time completely different).

yeah -m 1400 = SHA2-256 is what we commonly name also SHA256 , this is of course an unsalted hashing algorithm (no salt involved).

WIthin the example hash wiki or the --help output you will also find some salted sha256 algorithm. Of couse you need to know which algorithm was used to generate the hashes, otherwise it's just a silly guessing game (and you would need to try several/all of them and you might not be able to do so if you don't have an example hash:pass pair or if you do not have the salt, while the algorithm used the salt etc).
Reply


Messages In This Thread
SHA-256 - by FPTHHrw6mKhNZwL6 - 06-22-2020, 09:30 PM
RE: SHA-256 - by Sondero - 06-22-2020, 10:00 PM
RE: SHA-256 - by FPTHHrw6mKhNZwL6 - 06-23-2020, 12:18 AM
RE: SHA-256 - by FPTHHrw6mKhNZwL6 - 06-23-2020, 12:20 AM
RE: SHA-256 - by philsmd - 06-23-2020, 08:20 AM