Module cipher_crypt::caesar

source ·
Expand description

The Caesar cipher is named after Julius Caesar, who used it (allegedly) with a shift of three to protect messages of military significance.

As with all single-alphabet substitution ciphers, the Caesar cipher is easily broken and in modern practice offers essentially no communication security.

Structs

A Caesar cipher.