Encrypted is a simple and interactive console application built with C#. It allows users to encrypt and decrypt text using the Caesar Cipher — one of the oldest and simplest encryption techniques.
- Encrypt and decrypt text using Caesar Cipher
- Input validation (empty text, non-numeric shift)
- Clean and interactive menu
- Safe exit with confirmation
- .NET SDK (6.0 or later)
dotnet run