Skip to content

This project implements a Caesar Cipher — a basic encryption technique that shifts letters in the alphabet. The program allows users to encode or decode messages using a chosen shift value. It features a simple text interface and displays an ASCII art logo at startup.

Notifications You must be signed in to change notification settings

maitrivyas17/Caeser-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Caesar Cipher 🔐

A simple Python script to encrypt and decrypt messages using the Caesar Cipher technique.

📜 What is a Caesar Cipher?

The Caesar Cipher is a basic encryption technique that shifts letters in a message by a fixed number of positions in the alphabet.

🚀 Features

  • Encrypt or decrypt messages
  • Handles special characters, spaces, and punctuation
  • Repeats until the user chooses to exit
  • Clean terminal interface with optional ASCII logo (caeser_cipher_art.py)

About

This project implements a Caesar Cipher — a basic encryption technique that shifts letters in the alphabet. The program allows users to encode or decode messages using a chosen shift value. It features a simple text interface and displays an ASCII art logo at startup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages