A type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example;
With a shift of 3
, A
would be replaced by D
, B
would become E
, C
to F
, and so on.