You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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