Caesar Cipher

Caesar Cipher

Encrypt and decrypt text with Caesar Cipher instantly. Caesar Cipher tool uses substitution cipher to shift letters by customizable positions for encryption.

?
?
?

About Caesar Cipher


Caesar Cipher is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is shifted a certain number of places down or up the alphabet.

Features


The Caesar Cipher tool provides the following features:

  • Encryption and Decryption - Encrypt plaintext or decrypt ciphertext using Caesar Cipher algorithm.
  • Customizable Shift - Choose any shift value from 0 to 25 to customize your encryption key.
  • Case Preservation - Option to preserve the original case of letters or convert all to uppercase.
  • Space and Punctuation Handling - Option to preserve spaces and punctuation marks or process only letters.
  • Easy to Use - Simple interface for quick encryption and decryption operations.

Examples


  • Basic Encryption
    Input: HELLO WORLD
    Shift: 3
    Mode: Encrypt
    
    Output: KHOOR ZRUOG
  • Basic Decryption
    Input: KHOOR ZRUOG
    Shift: 3
    Mode: Decrypt
    
    Output: HELLO WORLD
  • With Case Preservation
    Input: Hello World
    Shift: 3
    Mode: Encrypt
    Preserve Case: ON
    
    Output: Khoor Zruog
  • With Different Shift
    Input: ABC
    Shift: 13
    Mode: Encrypt
    
    Output: NOP
Encryption Tools
Other tools you might like