cryptoeasy

Смежный (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

Create a free account with GitHub, then upgrade to Pro.

$ssh [email protected]