Grok-Pedia

caesar-cipher

Caesar Cipher

The Caesar Cipher, also known as the shift cipher or Caesar's code, is one of the simplest and most widely known encryption techniques. Named after Julius Caesar, who reportedly used it to communicate with his generals, this cipher involves replacing each letter in the plaintext with 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, and so on.

History

Mechanism

The Caesar Cipher works by:

Example

With a shift of 3:

Plaintext:  HELLO WORLD
Ciphertext: KHOOR ZRUOG

Vulnerabilities

Legacy and Usage

Modern Applications

External Links

Related Topics

Recently Created Pages