I’m new to python, an I decided to write a simple password manager to learn. I’m having trouble retrieving one of the values out of the dictionary. The function add_password write a key with 2 values (user, and password (encrypted)) And the function get_password read the key and supposed to get the values. I can’t get it to pull the
Tag: fernet
Unpickling and decrypting a file in memory in Python 3.7
I have a pickled .pkl file that I encrypted using the following encrpytion: I now want to decrypt and unpickle the file in memory. This is because I don’t want to alter the actual file in the storage. I tried the following: The original file is written as a pickled .pkl and then encrypted. So I figured I could just