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:
- the encryption and decryption algorithms are known
- only 25 keys to try
- language of plaintext is known and easily recognisable