Encrypt any binary file using cryptography fernet algorithm
- Download whole repo: git clone https://github.com/abdullahilashik/encrypt_anyfile.git
- Navigate to directory ( project ) and open bash/ command window
- pip install -r requirements.txt
- use function encrypt() for encryption and decrypt() for description.
- Both function takes a filename to use
- Generated key can be found in key.key file.