Help me identify this salted hash?
#2
You cannot use hashcat "MySQL4.1/MySQL5" mode because your hash is salted.

onlinehashcrack.com do not crack Salted Mysql.

You can try one of :
sha1($pass.$salt)
sha1($salt.$pass)
sha1($salt.$pass.$salt)

But the best try is to know how the hash was built, try to read the webapp source code.


Messages In This Thread
Help me identify this salted hash? - by losira - 01-17-2016, 03:31 AM
RE: Help me identify this salted hash? - by Mem5 - 01-17-2016, 08:32 PM
RE: Help me identify this salted hash? - by Mem5 - 01-18-2016, 11:18 PM