Why do I keep getting this token error with the cryptography module in python?

Hello I am making a password manager and I keep getting this token error, this is my first time working with cryptography and working with sqlite in python, I am using the same key to encrypt and decrypt passwords. The user has the option … Continue reading Why do I keep getting this token error with the cryptography module in python?

Storing a key in a symmetric encryption for password manager using cryptography module

I am making a password manager and generator. The user creates the login information, and then I hash their password. After that, I generate the password and encrypt the password with a key stored unprotected. My Question is how do I prote… Continue reading Storing a key in a symmetric encryption for password manager using cryptography module