Skip to content

Commit 60b4c24

Browse files
authored
Update README.md
1 parent de2bbee commit 60b4c24

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# Caesar Cipher Python
2-
Encryption and Decryption
1+
# Caesar Cipher in Python 🔐
2+
3+
## Overview
4+
This repository contains a Python implementation of the Caesar Cipher encryption algorithm. The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted by a fixed number of positions in the alphabet.
5+
6+
## Features
7+
- Encrypts and decrypts text using a Caesar Cipher.
8+
- Easy to use with user input.
9+
- Simple Python implementation for educational purposes.

0 commit comments

Comments
 (0)