Help identifying hash type
by - Thursday, January 1, 1970 at 12:00 AM
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.  :)
Reply
This should be md5 with tailing salt. osCommerce is known for using this kind of hashing.
Reply
It is double MD5 or MD4(unlikely)
Reply
That is md5 with salt. If you want to identify any other hash use the tool hashid and it will give you the hashing type.
You can also check "hashcat example hashes" to get familiar with it
Reply
I recommend you haiti or hash-identifier.
These are tools(on UNIX like systems only) to identify any hash.
If you want to get only the name of the hash use hash-identifier but if you want too see details about the hash use haiti.
Reply
you must search this on google - is more sites
Reply
i recomend for you kali system but on google are soo many sites with this
Reply
(July 23, 2022, 01:00 AM)hckyolo Wrote: This should be md5 with tailing salt. osCommerce is known for using this kind of hashing.


This seems to be the right one. Thank you very much :)
Reply
next time try https://hashes.com/en/tools/hash_identifier
Beneath this mask there is more than flesh. Beneath this mask there is an idea, and ideas are bulletproof.

Reply
Salted MD5.
Reply


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