Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 416 Bytes

Encrypt-Decrypt-python

encrypt
Enter Message you want to encrypt '
Enter Encrypt/Decryp key (make one up)
Encrypyed Message output

Decrypt
Enter Encrypted Message
Enter the Encrypt/decrypt key
Decrypted Message Output

Installation on linux

 git clone https://github.com/KJPHOENIX/Encrypt-Decrypt-python.git
 cd Encrypt-Decrypt-python
 python3 encdec.py