Type of hash
#4
I just try it's hash types but none works:

- SHA1
- RipeMD160
- SHA-1(HMAC)
- RipeMD-160(HMAC)
- sha1($pass.$salt)
- sha1($salt.$pass)
- sha1(utf16le($pass).$salt)
- sha1($salt.utf16le($pass))
- sha1(sha1($pass))
- sha1($salt.sha1($pass))
- sha1(md5($pass))
- sha1($salt.$pass.$salt)
- MySQL4.1/MySQL5


Messages In This Thread
Type of hash - by Snokize - 10-05-2017, 02:26 AM
RE: Type of hash - by slayerdiangelo - 10-05-2017, 03:12 AM
RE: Type of hash - by Snokize - 10-05-2017, 06:16 PM
RE: Type of hash - by Snokize - 10-05-2017, 11:32 PM
RE: Type of hash - by slayerdiangelo - 10-06-2017, 04:52 PM
RE: Type of hash - by slayerdiangelo - 10-06-2017, 04:56 PM
RE: Type of hash - by Snokize - 10-06-2017, 05:26 PM
RE: Type of hash - by slayerdiangelo - 10-07-2017, 03:11 AM