I broke a repeating key XOR encryption for cryptopals! It's a clever algorithm; first key size is guessed. Then each byte is placed into a bucket for 1st/2nd/3rd/etc byte of the key. At this point you break each byte using character frequency analysis. 😁