No description
Find a file
wazzy 7ac765af33
Create README for Caesar cipher encryptor
Added README for Caesar cipher project with build and run instructions.
2026-07-28 12:26:39 -04:00
.gitignore A Caeser Cipher encryption algrothim I built a little bit ago. 2026-07-28 12:22:29 -04:00
main.cpp A Caeser Cipher encryption algrothim I built a little bit ago. 2026-07-28 12:22:29 -04:00
README.md Create README for Caesar cipher encryptor 2026-07-28 12:26:39 -04:00

Caesar Cipher

Basic Caesar cipher encryptor written in C++.

Build

g++ -o caesar_cipher main.cpp

Run

./caesar_cipher

It'll ask for the plaintext and a key (shift amount). Prints out the ciphertext and also saves the key to key.txt.

Example:

Enter the plaintext: HelloWorld
Enter the key: 3
Ciphertext: KhoorZruog