This repository contains a simple implementation of the Caesar Cipher, a classical encryption technique used in cryptography.
The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted by a fixed number of positions in the alphabet.
For example:
- Plaintext:
HELLO - Shift:
3 - Ciphertext:
KHOOR
- Encrypts text using a given shift value
- Decrypts encrypted text back to original form
- Handles uppercase and lowercase letters
π Learning Purpose
This project was created for learning:
Basic cryptography concepts
String manipulation in Python
Writing clean and readable code
π€ Author
Prashast Pandey MCA (Data Science & Informatics), NIT Patna