Skip to content

argosk/encrypt-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages