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

Incorrect results from hashlib functions #13

Open
simon-weber opened this issue Jul 8, 2013 · 0 comments
Open

Incorrect results from hashlib functions #13

simon-weber opened this issue Jul 8, 2013 · 0 comments

Comments

@simon-weber
Copy link

All of the hashlib functions that I tried gave incorrect output.

For example, compare this stdlib example code:

>>> hashlib.sha224("Nobody inspects the spammish repetition").hexdigest()
'a4337bc45a8fc544c03f52dc550cd6e1e87021bc896588bd79e901e2'

against the result on repl.it:

>>> hashlib.sha224("Nobody inspects the spammish repetition").hexdigest()
'03143f9f164335fafd05051e0163df081007ba1208d6f9eb4fd3f6fe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant