๐ Caesar Cipher Encryption Tool
Hi! ๐
This is a simple Python implementation of the Caesar Cipher, a classic encryption technique that shifts letters by a specified number of positions in the alphabet.
โจ Features
- ๐ค Encrypts uppercase letters
- ๐ Built with Python
- ๐ข Uses a customizable shift value
- ๐ Simple implementation for learning and experimenting with basic cryptography
This is an educational project and not intended for real-world security. The current implementation only supports uppercase letters and does not include decryption.
For real-world applications, modern and significantly stronger encryption algorithms should be used.
๐ ๏ธ An old project, but still a fun little introduction to cryptography!