Skip to content

update md5 usage for FIPS compliance#630

Open
miknevinas wants to merge 5 commits intomasterfrom
am/md5
Open

update md5 usage for FIPS compliance#630
miknevinas wants to merge 5 commits intomasterfrom
am/md5

Conversation

@miknevinas
Copy link
Copy Markdown
Contributor

No description provided.

@zombified
Copy link
Copy Markdown
Contributor

this set of code still has a call to md5 without the 'usedforsecurity=False' kw arg -- so scanners are still gonna pick it up and have a problem with it.

we need to see if we can just migrate to a FIPS compliant hash instead

@miknevinas
Copy link
Copy Markdown
Contributor Author

Also it looks like 'usedforsecurity=False' is is only supported in python 3.9+, which I was not aware of, so we'll probably have to go with sha256

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

Successfully merging this pull request may close these issues.

2 participants