OP 22 June, 2021 - 04:52 PM
Ok so I'm making a password manager so I got these encrypted emails and password in a local database.db the problem is when I want to decrypt the emails and password to display them into the console (using cryptography.Fernet) I get an error saying the token must be bytes, now the fact is that if I print the encrypted emails and passwords to the console I get tuplse wich are alredy in bytes since they are formatted like this (b'encrypted-emails-here'), (b'encrypted-emails-here) and so on
any help would be appreciated
any help would be appreciated