Caesar cipher: each plaintext character is replaced by character to the right modulo Equivalent to ROT13 with key of .

Brute-force cryptanalysis is possible as:

  1. the encryption and decryption algorithms are known
  2. only 25 keys to try
  3. language of plaintext is known and easily recognisable