OSX hash
#1
Hi guys,

I don't know where to post my question so I hope it is OK here.
My question deals about OSX hashes.
I read that a OSX hash is a salted SHA1 (salt = first 8 chars)

Code:
OSX_hash : <removed>
salt : <removed>
sha1 : <removed>

oclhashcat gives me "password" as clear.
I would like now to generate the hash corresponding to this plain text, just to double-check.

But if a do echo -n password | sha1sum it does not give me the expected hash.

How can I generate an OSX hash when knowing the clear ?

Thank you.


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