We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a37c94 commit cc08e0cCopy full SHA for cc08e0c
README.md
@@ -1,9 +1,14 @@
1
# Caesar Cipher CLI
2
-Caesar Cipher in the command line made in Python.
+Caesar Cipher in the command-line made in Python.
3
4
-Originally made for my school's computer science class homework assignment, but expanded to include extra features.
+Originally made for my school's computer science class homework assignment, but expanded upon to include extra features for fun.
5
6
## Features
7
+- Classic Caesar Cipher encryption gameplay
8
+- Customisable encryption key
9
+- Works for both capital and lowercase letters and numbers (alphanumeric)
10
+- Cycles back if out of bounds (e.g.: Z + 1 -> A ; 9 + 1 -> 0)
11
+- Decryption supported by inputting the negative of encryption keys
12
13
## Usage
14
### Local
0 commit comments