Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 352 Bytes

unsafe_basic_encryptor

Usage:

encrypt the message in msg.txt into encrypted_msg.txt

python encrypt.py

decrypt the message in encrypted_msg.txt into decrypted_msg.txt

python decrypt.py

Info:

Written in 2013.