Search found 1 match

by cyberdoggo
December 21st, 2022, 5:48 pm
Forum: 2023 Study Events
Topic: Codebusters B/C
Replies: 59
Views: 17787

Re: Codebusters B/C


Where can I find an as-easy-as-possible explanation of how to decrypt an Affine cipher with key? I am pretty confused with the math.


to decrypt affine cipher, you need 3 values. a, b, and t. the decryption formula is t(x-b) mod26.
the easiest way to look at it is to see t as a^-1, where at ...

Go to advanced search