Basically we're given the text
7ECC555AB95BF6EC605E5F22B772D2B34FF4636340D32FABC29B 73CB4855BE44F6EC60594C2BB47997B60EEE303049CD3CABC29B 64C6401BAF45F6A930435F3DF875C4E102F8742A45C824AFCA9B 7AC24F5EAF17F0A0754D5834BC3CC3A90ABD7B2A52C222ABC89B 72C24A52B550B3B8624D4F22F86BD2B30ABD642C498122A1D29B 73CC5457BF17E7A4750C5423B178D0A44FFF756355C03CABC28A 74CC0155B443B3A8795F4224AA7E97B507F2632606CF3FA0D59B
And what we have to do is solve this, I understand the fact that if used properly the one-time pad is uncrackable but in this case we abuse the fact that certain characters are repeating ("ABC" and/or "AB") and have to use XOR in the process some how, unfortunately the problem is that it wasnt very well explained how to solve and other online resources dont really explain it very well in my opinion
How does one go about solving this?
E.g How do you go about XOR'ing 7EC with 73C? I assume the post I made in the OP is in Hex, do I convert to Binary and then XOR the equivalents?
Also how do I get a 'randomly generated key' and what is it meant to do?
– Kamijou Mar 04 '16 at 04:34