Cryptography with Python using Fernet
Let us look at how to encrypt text and files using Python.
For this we are going to be using Fernet which is a part of python's cryptography package
So let us get right into it
Ok firstly we need to downloaded the cryptography package using pip
On Wi...
blog.anishde.dev3 min read
Oliver Huang
I have a problem. Why does an error message pop up with "No such file or directory: 'key.key'" whenever I run the program?