Stop using checkpw as it seems to have vanished from bcrypt. Use...
Stop using checkpw as it seems to have vanished from bcrypt. Use `bcrypt.hashpw(password, hashed) == hashed` as per the bcrypt README.
Loading
Please register or sign in to comment