An open API service indexing awesome lists of open source software.

https://github.com/bekalueshete/caesar-cipher

The **Caesar Cipher** is one of the simplest and most widely known encryption techniques. This Python program allows users to **encrypt** and **decrypt** messages by shifting the letters of the alphabet forward or backward. It also supports **handling spaces, numbers, and symbols**, ensuring a smooth user experience.
https://github.com/bekalueshete/caesar-cipher

caesar-cipher cipher encryption python

Last synced: 8 months ago
JSON representation

The **Caesar Cipher** is one of the simplest and most widely known encryption techniques. This Python program allows users to **encrypt** and **decrypt** messages by shifting the letters of the alphabet forward or backward. It also supports **handling spaces, numbers, and symbols**, ensuring a smooth user experience.

Awesome Lists containing this project

README

          

# 🔐 Caesar Cipher (Python)

A simple **Caesar Cipher** encryption and decryption tool built using Python. This program allows users to encode or decode messages by shifting letters in the alphabet.

---

## 📌 Features

- ✅ **Encrypts and decrypts messages** using a shift cipher
- ✅ **Handles spaces, numbers, and symbols correctly**
- ✅ **Allows users to choose the shift amount**
- ✅ **Interactive CLI experience**
- ✅ **Option to restart the cipher after each use**

---

## ▶️ How to Use

1. **Run the program**:
```sh