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

Support for other hashing functions? #66

Closed
chuckhacker opened this issue Jul 23, 2016 · 2 comments
Closed

Support for other hashing functions? #66

chuckhacker opened this issue Jul 23, 2016 · 2 comments

Comments

@chuckhacker
Copy link

Is this on the roadmap? I'm concerned about the security of SHA1 against GPU attacks.

@davidism
Copy link
Member

davidism commented Jul 24, 2016

Could you describe your concern with SHA1 as it is used in this library in more detail?

Attacks against hash functions are not representative of their security as part of message authentication. https://en.wikipedia.org/wiki/Hash-based_message_authentication_code#Security

You can subclass or assign to override default_digest_method if this is a concern for you anyway.

@davidism
Copy link
Member

See #80, I'm upgrading this to SHA-512 after more discussion.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants