argosk / encrypt-Python

Encrypt and Decrypt any kind of file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

encrypt

Encrypt and Decrypt any kind of file

How to use:

Encrypt a file

python3 encrypt.py

Would you like to (E)ncrypt or (D)ecrypt?: E

File to encrypt: photo.jpg

Password: mypassword

Done.

Now you will find it in your directory a file called (encrypted)photo.jpg

Decrypt a file:

python3 encrypt.py

Would you like to (E)ncrypt or (D)ecrypt?: D

File to decrypt: (encrypted)photo.jpg

Password: mypassword

Done.

About

Encrypt and Decrypt any kind of file


Languages

Language:Python 100.0%