Vidyalelo
Data Structure · Q814

Miscellaneous on Data Structures

Programming · Data Structure · question 814

Q814

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

A.
ax+b
B.
(ax+b)%26
Answer
C.
ax2+bx
D.
(ax2+bx)%26

Answer: Option B

Solution

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