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
a) a-1(x-b)%26
b) (ax+b)%26
c) b-1(x-a)%26
d) b-1(x-a)
b) (ax+b)%26
c) b-1(x-a)%26
d) b-1(x-a)