Byte Heist Home Leaderboard
Join the Heist (with Github)
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
#1 EroticShiveringKingBanana avatar EroticShiveringKingBanana 268
#2 KasperKivimaeki avatar KasperKivimaeki 2342
JavaScript (Deno) JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.