Page 1 of 1

What is the formula used for decoding the ciphered text using affine cipher(a,b are constants and x is the numerical equ

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) a-1(x-b)%26
b) (ax+b)%26
c) b-1(x-a)%26
d) b-1(x-a)