Hi,
This challenge doesn't seem hard but I'm not getting the right answer so looking for a push in the right direction. It's the one where you XOR decimal 79 with hex 3d2e212b20226f3c2a2a2b
I converted the hex to binary and broke it up into groups of 8 where I manually XOR'd them with decimal 79 (also converted to binary). Then put all that into ascii at the end but got a 9 character 'word' that made no sense. Help!
Cheers,
John
Didactic XOR Cipher
- karma-fusebox
- Posts: 23
- Joined: Fri Mar 06, 2009 1:37 pm
- karma-fusebox
- Posts: 23
- Joined: Fri Mar 06, 2009 1:37 pm
just to be sure: XORing, not adding.. but then yes, you are on the right track. the solution by the way, is human-readable.mcjohn wrote:I've been doing the whole thing by hand; it's driving me nuts that it's not working. Adding the binary of 79 to the binary of the given string and then converting it to ascii is the (or one of) the ways this challenge can be solved, correct?
-
- Posts: 17
- Joined: Thu Apr 21, 2011 3:08 am