Algorithm and Applications of Vernam Cipher in Python Programming Language.
- Port this to be a Django / Flask Web Application.
- Move the algorithm notes from the source code to be a README.md file.
- Object Oriented
- Following Python's Recommended Project Structure
- Coded in English
- Encrypt a word using Vernam Cipher Algorithm.
- Decrypt a word using Vernam Cipher Algorithm.
- Run a full-test to show how Vernam Cipher Algorithm works.
- The
vernam
folder is the source code of the Vernam Cipher Algorithm.
- There's no dependencies, currently. Just do
git clone
. - Change directory to your cloned repository.
- Do
cd vernam
, then just runpython vernam_cipher.py
to run the application. - You're done!
- Alternatively, you can run it on online Python interpreters.