Skip to content

Encrypt any binary file using cryptography fernet algorithm

Notifications You must be signed in to change notification settings

abdullahilashik/encrypt_anyfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encrypt_anyfile

Encrypt any binary file using cryptography fernet algorithm

HOW TO USE

  1. Download whole repo: git clone https://github.com/abdullahilashik/encrypt_anyfile.git
  2. Navigate to directory ( project ) and open bash/ command window
  3. pip install -r requirements.txt
  4. use function encrypt() for encryption and decrypt() for description.
  5. Both function takes a filename to use
  6. Generated key can be found in key.key file.

About

Encrypt any binary file using cryptography fernet algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages