unkown hashtype
#1
Hello!

i have a problem i have a hash and a plain text which is in hex format.
But, cant find the correct hashtype.

i checked all the hashtypes wich hashcat recommends, but when i crosscheck them, hashcat does not find the hash.
--> therefore it must be the wrong hashtype

example:
hash
b2a343de9c301074b6aa104d858b2a42    (looks like MD5) but isnt

plain:
4C6131766F6C7461636865    hex plain

please help me to find the correct hahstype

thank you!!!
Reply
#2
https://www.onlinehashcrack.com/hash-identification.php
Reply
#3
Hex results in La1voltache, lai volta che italian = the time when

your hash indeed looks like md4 or md5 but both didnt fit, maybe it is some style of cascading hash like mode 4400 (md5(sha1($pass))) -> it isnt i tested it

without knowing anything about the source it could be anything even a truncated shaX style
Reply
#4
thanks for your reply
yes i found this out too.

the thing is i found the plain password on the website Hashes.c.... so its crazy that they are able to dehash it but nobody nows the hashtype.
Reply
#5
(08-18-2022, 10:45 PM)swuiiiiss Wrote: thanks for your reply
yes i found this out too.

the thing is i found the plain password on the website Hashes.c.... so its crazy that they are able to dehash it but nobody nows the hashtype.

the funny thing is, they say it is plain md5, but maybe it is/was salted, but without knowing the salt this possibilty cant be checked
Reply
#6
maybe more information helps:

hash is from shein database
shein database nearly all hashes are MD5 and dehashed.
but some hashes just give random numbers if they are dehashed with hashtype MD5

example i dehashed with MD5: 0939d82bbb08c05262fcc393e62c3095:857975974239106 MD5 output --> this isnt a password obviously

if i put the same hash into hashes website the output is:
0939d82bbb08c05262fcc393e62c3095:4361726132303037 --> Cara2007, which is a hex stored text

so in my opinion there are different hashtypes into the database.
Reply