https://github.com/pranjalco/caesar-cipher-simple
A Python program that implements the Caesar Cipher for encoding and decoding messages. Users can input text, choose shift numbers, and decide whether to encode or decode. Includes a user-friendly loop for multiple operations in one run.
https://github.com/pranjalco/caesar-cipher-simple
algorithms cipher console-application cryptography python-programming security
Last synced: 9 months ago
JSON representation
A Python program that implements the Caesar Cipher for encoding and decoding messages. Users can input text, choose shift numbers, and decide whether to encode or decode. Includes a user-friendly loop for multiple operations in one run.
- Host: GitHub
- URL: https://github.com/pranjalco/caesar-cipher-simple
- Owner: pranjalco
- License: mit
- Created: 2024-12-03T05:55:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T09:45:43.000Z (9 months ago)
- Last Synced: 2025-03-10T10:34:59.172Z (9 months ago)
- Topics: algorithms, cipher, console-application, cryptography, python-programming, security
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caesar Cipher
A Python program that encodes and decodes messages using the Caesar Cipher. Users can input text, choose shift numbers, and perform multiple operations in one run.
## Author
Pranjal Sarnaik
## Features
- Encode or decode messages based on user choice.
- Input custom text and shift numbers.
- Loop for performing multiple operations in one session.
## Tech Stack
Python | String Manipulation | User Input Handling | Error Handling | ASCII Art | Cryptography | Algorithms
## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/caesar-cipher-simple.git
2. Run:
```bash
python caesar_cipher.py
**Created by Pranjal Sarnaik**
*© 2024. All rights reserved.*