Affine Cipher
Substitution cipher y = (ax + b) mod 26 with a coprime to 26.
Letters map via
E(x) = (a·x + b) mod 26. a must be coprime with 26 to be invertible.