cryptoProeasy
Смежный (Contiguous)
duckerz
Task: Decrypt ciphertext encrypted with affine cipher where parameters a=7 and b=20 are known. Solution: Calculate modular inverse of a (a^(-1)=15) and apply decryption formula D(y) = a^(-1) * (y - b) mod 26.
$ ls tags/ techniques/
affine_decryptionmodular_inverse
🔒
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]Not easy — Affine Cipher— spbctf
- [crypto][Pro]Ни в чём не ошибся— duckerz
- [crypto][Pro]Semi-ADFGX 18+— grodno_new_year_2026
- [reverse][Pro]Забытый пароль (Forgotten Password)— duckerz
- [crypto][Pro]Vigeneru— duckerz