Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 779 Bytes

File metadata and controls

30 lines (20 loc) · 779 Bytes

Caesar Cipher

Encryption and Decryption of Caesar cipher

"The Caesar cipher is named for Julius Caesar, who used an alphabet with a left shift of three."

Dependencies

Usage

To run application execute:

python3 main.py

After that you can choose Encrypt or Decrypt by choosing 1 or 2, then write the string and finally enter the key.

Tests

To run tests just execute:

python3 -m unittest discover tests