This is a Caesar Cipher program that encrypts text by shifting letters through the alphabet.
The user enters a message and a shift value, and the program uses that shift to change each letter. I built this to practice string manipulation, loops, and basic encryption logic.
- String manipulation
- Loops
- Character shifting
- User input
- Basic encryption logic
This project helped me understand how text can be transformed through code and how a simple encryption method works behind the scenes.