The Affine cipher is a substitution cipher that combines multiplication and addition modulo 26. Encryption is E(x) = (ax + b) mod 26, where a must be coprime with 26 so the mapping is reversible. Only 12 valid values of a exist (1, 3, 5, 7, 9, 11, 15, 17, 19, 21, 23, 25) โ multiply that by the 26 choices for b and you get 312 possible keys, trivially brute-forceable.
Click any row to load that key. 312 possible combinations โ instant crack for short ciphertext.