Help identifying hash type
by - Thursday, January 1, 1970 at 12:00 AM
(July 22, 2022, 01:02 PM)Rohholz Wrote: Hey guys, so I am kind of lost right now. 
I just downloaded the RomWe Database Leak from this forum and it is stated that the passwords are encrypted as salted Sha-1 hashes.
However when expecting the leak I noticed that the hash length is only 35 digits instead of the typical 40 and there is also a ":" at the end.
Example: "35025b92e90ef3a12419036749ce90e4:9f".

I would really appreciate some help identifying this hash type.
Sorry of this is a newbie question, I am kinda new to all this stuff.  :)


looks like md5 to me, not sure
Reply
I always use this website to identify hash types: https://www.tunnelsup.com/hash-analyzer/
It says: MD5 or MD4 : plus salt
Reply
salted md5 i believe
Reply
There is hashid tool in linux and you can also see hashcat examples hashes to try to figure it out
Reply
try hashes
Reply
@Blood...thank you for a hint on that :)
Reply
md4 prob
Reply
This MD5 hash
Reply
@thelegend...also nice link, thank you :)
Reply
The hash type is md5($salt.$pass);osCommerce. The cracked hash is ella1008
Reply


 Users viewing this thread: Help identifying hash type: No users currently viewing.