A simple C++ program that encrypts and decrypts text using Caesar Cipher and ROT13. It supports file encryption and decryption. 🚀 Features Encrypt & decrypt text using Caesar Cipher ROT13 encryption ...
The Caesar Cipher is a simple substitution cipher where each letter in the plaintext is shifted a certain number of places down the alphabet. This tool allows users to: Encrypt: Take a plain text ...