Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 494 Bytes

Caesar Cipher

An easy way to encrypt or decrypt messages with a Caesar Cipher.

Features

  • Encrypt your messages with a key to hide their meaning.
  • Decrypt messages you receive with a key.

Getting Started

Download the source to your computer. Ensure you have Python 3 installed. Run caesarCipher.py.

Prerequisites

Python 3

Author

  • Russell Streitz

License

This project is licensed under the MIT License - see the LICENSE.md file for details.