09-06-2018, 01:29 AM
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
$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