Caesar cipher: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Howard C. Berkowitz
(New page: {{subpages}} An early and simple substitution cipher was the Caesar cipher, in which each letter in the plaintext was replaced by a letter some fixed number of positions further down t...)
 
imported>Sandy Harris
(rot 13 link)
Line 2: Line 2:
An early and simple substitution cipher was the [[Caesar cipher]], in which each letter in the plaintext was replaced by a letter some fixed number of positions further down the alphabet. It was named after [[Julius Caesar]] who used the cipher with a shift of 3 in order to communicate with his generals during his various military campaigns.  
An early and simple substitution cipher was the [[Caesar cipher]], in which each letter in the plaintext was replaced by a letter some fixed number of positions further down the alphabet. It was named after [[Julius Caesar]] who used the cipher with a shift of 3 in order to communicate with his generals during his various military campaigns.  


For example, with a shift of 3, "BAD DOG" would become "EDG GRJ". This type of encryption is trivial to [[cryptanalysis]] using [[frequency analysis]].
For example, with a shift of 3, "BAD DOG" would become "EDG GRJ". This type of encryption is trivial to [[cryptanalysis | cryptanalize]] using [[frequency analysis]].
 
One Caesar cipher is still in use; [[rot 13]] is used to hide "spoilers" such as the ending of a movie in Internet discussions. It is not used for any serious security.

Revision as of 00:32, 30 November 2008

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

An early and simple substitution cipher was the Caesar cipher, in which each letter in the plaintext was replaced by a letter some fixed number of positions further down the alphabet. It was named after Julius Caesar who used the cipher with a shift of 3 in order to communicate with his generals during his various military campaigns.

For example, with a shift of 3, "BAD DOG" would become "EDG GRJ". This type of encryption is trivial to cryptanalize using frequency analysis.

One Caesar cipher is still in use; rot 13 is used to hide "spoilers" such as the ending of a movie in Internet discussions. It is not used for any serious security.