Help me identify this salted hash?
#4
The application builds the hash. If you read the application source code, you will know which algo (mysql, sha1, etc) has been used, and how the salt+hash have been put together ($salt.$pass or $pass.$salt etc)


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