Solve View

Vigenère Cipher Cryptanalysis

A challenge by MichalMarsalek avatar 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
No solutions yet
JavaScript (Deno) Kotlin JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.