(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.