25
Posts
Posts
43
Likes
Likes
I'm sorry, i made a typo and i couldn't post more messages. Hashes.com said it was hash type 1451 (not 1151) and the plaintext of the hash I sent was 010203.The SHA-1 hash of:
1151 is:
You can attempt to reverse the SHA-1 hash which was just generated, to reverse it
Hashes.com hash identification in expert mode says that possible algorithms could be:
sha256($plaintext.$salt)
sha256($salt.$plaintext)
HMAC-SHA256 (key = $plaintext)
HMAC-SHA256 (key = $salt), sha256(sha256($plaintext).$salt)
sha256($salt.$plaintext.$salt)
HMACSHA256($plaintext)
Some of the algorithms above do not appear on hashcat wiki, and I think I have tested all the ones that appear there, but I will test again just in case.