what's the hash type of $99$
#4
(07-29-2012, 07:35 PM)box Wrote: Ok so I'm tired and accidently deleted my post when I ment to edit it... I looked over this again and I'm almost positive the "cloudcracker submission" isn't even a hash It's base64 I'm not sure what the $99 is though...

And...... looking at this.... https://github.com/moxie0/chapcrack/blob...Command.py just confirmed that it's base64.... ok time for sleep....

Your are absolutely correct, this is line from the sources:

print "CloudCracker Submission = $99$%s" % base64.b64encode("%s%s%s%s" % (plaintext, c1, c2, k3[0:2]))

Looks like $99$ is just a unique id for CloudCracker to identify hashed data for decription produced by chapcrack.


Messages In This Thread
what's the hash type of $99$ - by perlish - 07-29-2012, 11:12 AM
RE: what's the hash type of $99$ - by box - 07-29-2012, 07:35 PM
RE: what's the hash type of $99$ - by ava1ar - 08-19-2012, 09:33 PM