1 2 3 4 5 6 7 8 9 10
// source: https://cryptopals.com/sets/1/challenges/4 /* Detect single-character XOR One of the 60-character strings in this file (4.txt) has been encrypted by single-character XOR. Find it. (Your code from #3 should help.) */