cryptoPromedium
Vigeneru
duckerz
Task: Decrypt Vigenère-encrypted Russian text and find the hidden flag word. Solution: Used Index of Coincidence to find key length (7), chi-squared test to recover key, then found hidden phrase in decrypted text and hashed it with SHA256.
$ ls tags/ techniques/
index_of_coincidencechi_squared_testvigenere_cryptanalysis
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [crypto][Pro]Неразгаданный шифр (notsolvedcipher)— hackerlab
- [crypto][Pro]KeyForSolve - taipanbyte CTF— taipanbyte
- [crypto][Pro]Сломанные буквы (Broken Letters)— hackerlab
- [crypto][Pro]RSAying— spbctf
- [crypto][Pro]Смежный (Contiguous)— duckerz