A Caesar cipher CLI tool written in C++.
g++ cipher.cpp -o cipher
sudo ./cipher- Encrypts strings using a shift of 3
- Option to decrypt after encryption
- Handles upper/lowercase, leaves symbols and numbers unchanged
| Version | Status |
|---|---|
| v1 | ✅ |
| v2 | Pending |
| Name | Name | Last commit date | ||
|---|---|---|---|---|