No description
- C++ 100%
|
|
||
|---|---|---|
| .gitignore | ||
| main.cpp | ||
| README.md | ||
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