Vigenère Cipher Cryptanalysis
      A challenge by
      
        
        MichalMarsalek
      
    
Description
Recover a message encrypted using a Vigenère cipher.
The message is lowercase ascii characters only and consists of permuted words from byte-heist.com. The key is 10-19 long.
For example, if the ciphertext is
bzvhljozbrsbulxjcomaezqxgftambtzqxvhukqwgtmlpqy...
corresponding to the key
abcdefghij
you should output the plaintext
byteheistisasitewhereyoucantestyourcodingskills...
Leaderboard
| Author | Score | ||
|---|---|---|---|
| #1 |  | EroticShiveringKingBanana | 268 | 
| #2 |  | ovs-code | 838 | 
| #3 |  | KasperKivimaeki | 2342 |