Caesar cipher

Other topics

Encryption

Encyption happens by replacing each letter of the alfabet with an other letter. The keys can be showed with this circle. Here is a shift of 8 chars used.

Encryption circle of Caesar cipher

Here will the A replaced by T, B by U, C by V etc. So will next string encrypted:

OriginalEncrypted
HELLO WORLDAXEEH PHKEW

Decryption

Decription happens by the same cicle showed in the encryption example. Example:

EncryptedOriginal
AXEEH PHKEWHELLO WORLD

Hacking

Ceasar ciphers are easy to hack. If you know that an encrypted A is equal to H and a P is equal to I, everything with the same encryption key could be encrypted.

Contributors

Topic Id: 8823

Example Ids: 27486,27487,27488

This site is not affiliated with any of the contributors.