OSX hash
#5
Sorry for the hashes.

Quote:You don't get the same hash because you don't use the salt.
Quote:also notice the salt is encoded in hex

So I did :

$salt_as_string = hex2string($salt);

But
Code:
SHA1($salt_as_string, "password")
do not work better.


Messages In This Thread
OSX hash - by Mem5 - 02-15-2012, 04:48 PM
RE: OSX hash - by radix - 02-15-2012, 05:08 PM
RE: OSX hash - by mastercracker - 02-15-2012, 07:11 PM
RE: OSX hash - by atom - 02-15-2012, 07:15 PM
RE: OSX hash - by Mem5 - 02-15-2012, 08:14 PM