Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3. #1901

Closed
wants to merge 1 commit into from

Conversation

timgraham
Copy link
Member

Thanks arjan at anymore.nl for the report.

…ython 3.

Thanks arjan at anymore.nl for the report.
@@ -322,8 +322,10 @@ def verify(self, password, encoded):

# Ensure that our data is a bytestring
data = force_bytes(data)
# force_bytes() necessary for py-bcrypt compatability
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/compatability/compatibility/

@timgraham
Copy link
Member Author

merged in d15985d.

@timgraham timgraham closed this Nov 9, 2013
@timgraham timgraham deleted the 21398 branch November 9, 2013 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants