I am calling bcrypt.checkpw to check unencrypted password matches with hashed password stored in the credential database, but receive
bcrypt.checkpw
TypeEr
Something you could do like this
bcrypt.checkpw(password.encode('utf-8'), hashed_password.encode('utf-8'))
simple does it