Practice Test Geeks home

Codebusters Test Curriculum Framework 4

In Codebusters, the Affine cipher encrypts a letter with value x using the formula E(x) = (ax + b) mod 26.
What constraint must 'a' satisfy?

Select your answer