Identification of hash type.
#2
It looks base64 encoded and missing the padding. If you base64 decode it, it returns a 512bit length 'hash'. however, without any more information (how the salt is used, which 512bit hash is used, etc) it will be very difficult to reverse engineer.

Also, if this isn't a 'real used password and was only created for learning purpose.' why not tell us what the password is? Perhaps set "hashcat" as the password and try sha512($salt . $pass) and sha512($pass . $salt) and see if that's it.


Messages In This Thread
Identification of hash type. - by Kangaroot - 12-19-2017, 02:37 PM
RE: Identification of hash type. - by DanielG - 12-19-2017, 03:20 PM
RE: Identification of hash type. - by Kangaroot - 12-19-2017, 03:59 PM
RE: Identification of hash type. - by epixoip - 12-19-2017, 04:23 PM
RE: Identification of hash type. - by Kangaroot - 12-19-2017, 05:03 PM
RE: Identification of hash type. - by epixoip - 12-19-2017, 05:07 PM
RE: Identification of hash type. - by Kangaroot - 12-19-2017, 08:19 PM