-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Revise hashlib documentation concerning SHA-1 and FIPS #129327
Comments
|
There is no I think this means that the only change to make here is a documentation change, correct? |
|
MD5 is also broken as a cryptographic hash function but we won't remove since it can be used to compute file digests. But we can update the docs. |
…oving sha1 More generally, the current documentation is a bit scattered, talking about what terms are "equal" despite those terms not being very interesting and given the term "secure hash", probably wrong (because md5 and sha1 are not secure anymore). Let's talk about cryptographically secure instead, and note that two of them aren't. And then we can also link to the source for NIST going through the removal process for SHA1.
|
Yeah if the docs are clear on it then it should be enough, ty :) It came to my attention because I saw seafile using it for password hashes. |
Feature or enhancement
Proposal:
Removal of sha-1/Moving sha-1 out of the NIST set since it's been long broken and NIST no longer considers it secure + removed from the quoted FIPS 180 standards in the docs.
Source:
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: