Vidyalelo
Data Structure · Q219

Miscellaneous on Data Structures

Programming · Data Structure · question 219

Q219

What is the formula used for decoding the ciphered text using affine cipher(a,b are constants and x is the numerical equivalent of a letter to be encrypted)?

A.
a-1(x-b)%26
Answer
B.
(ax+b)%26
C.
b-1(x-a)%26
D.
b-1(x-a)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board