hashcat Forum
Identify unknown hash format - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Identify unknown hash format (/thread-10471.html)



Identify unknown hash format - hackerman - 11-21-2021

Hi, I stumbled across this hash:

dsd+GIwaqTaFH4XXXXXXXXXXXHh+MTkXXXXXXXkW18o=

I don't know what format it is in and it was not recognized by both hashcat and hashid.
Does anyone know what this could be?
Thanks in advance


RE: Identify unknown hash format - DanielG - 11-22-2021

It looks like base64 encoded data, it's not the exact correct length but I assume you maybe made a length typo when replacing some of the data with XXXX. If the length is roughly correct then this looks like 512 bits of data. So it could fall in any of the 512 bit hashes (SHA-512 etc). However if you don't know what this data means then it could literally be anything.