Please, help identifying hash type
#1
Hash looks like
$h$6$[a-zA-Z0-9\+]{16}$[a-zA-Z0-9\+]{87}==
Globally, looks like some kind of SHA-512, but there is $ sign, which presence confused me.
First part '[a-zA-Z0-9\+]{16}' looks like MD5, but have '+' sign in it.
Second part is similar to base64, but decoding results with unreadable characters.

Thanks in advance


Messages In This Thread
Please, help identifying hash type - by bugfix - 09-06-2018, 01:29 AM