oki fine thanks @toxicwapor but still dont know how to crack this i never cracked a encrypted somthing
can you send me a pm how to crack it ?
I didnât run the program, but I think I got the password from reading the source code. Will try it out later.
Nice challenge, looking forward to the next levels/parts
If you really donât know how to start read my way of cracking it here: http://pastebin.com/1uEprrtd. If you just need a hint I can say that you should take a look at the chr() and odr() functions in python which were used for encrypting/decrypting the password
Quick nâ Easy Morning fun. Thanks gave me something to do while my coffee gets me up to speed
Successfully done Thanks!
My variant to get pass:
Start with pdb
Set breakpoint to line where input password compares with decrypted.
Print variable containing decrypted pass value
This is how I solved it. Thank you Doctor.
Looked at the source and copied âintPassâ,
into IPython.
The following python decoded it for me
ââ.join(chr(int©) for c in intPass.split(â,â))
âSuperSecurePasswordWhichCantBeCrackedWithoutBlackmagicSuperSecurePasswordWhichCantBeCrackedWithoutBlackmagicâ is the answer