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

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.

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.*