Skip to content

A simple Python project that implements the Caesar Cipher encryption and decryption algorithm.

Notifications You must be signed in to change notification settings

csnandan/caesar_cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Caesar Cipher Encoder/Decoder & Brute Force Cracker

This is a simple Python project that implements the Caesar Cipher encryption and decryption algorithm. It also includes a brute-force tool to decode messages without knowing the original shift key.

πŸ“š What is Caesar Cipher?

The Caesar Cipher is one of the oldest known encryption techniques. It works by shifting each letter in a message by a fixed number of positions down the alphabet.

Example

Original: hello
Shift 3 : khoor

✨ Features

  • πŸ”„ Encode a message using a shift key
  • πŸ”“ Decode a message with a known key
  • πŸ•΅οΈ Brute-force decode a message by trying all possible shifts

About

A simple Python project that implements the Caesar Cipher encryption and decryption algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages