Encrypt and decrypt a message into 2 types of code.
These are two python programs that can encrypt and decrypt a message and stores into a text file.(Written in python3.4) Disclaimer: This reverse shell should only be used in the lawful, remote administration of authorized systems.
- encrypt.py - encrypts a message into two types of code and stores it into a text file.
- decrypt.py - reads the encrypted message stores in the text file using encrypt.py and coverts it into English language and stores into another text file.