Help me identify this salted hash?
#1
I got it from a MySQL5 database. I am a total novice as this stuff, so I need a bit of help

password: [40 character hash]
salt: [12 characters using letters and symbols like =|%$;]

I'm using cudahashcat and i thought the "MySQL4.1/MySQL5" would be the way to go, but aren't those hashes usually  unsalted?

I also tried to give the hash to onlinehashcrack.com and they were unable to crack it.

I was thinking it would be either: sha1($pass.$salt) sha1($salt.$pass), but I am unsure.

Thanks for the help


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