Skip to content

Amend FileCacheHash for FIPS compliance by using SHA1 instead of MD5 #184

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

Merged
merged 1 commit into from
Nov 8, 2015
Merged

Amend FileCacheHash for FIPS compliance by using SHA1 instead of MD5 #184

merged 1 commit into from
Nov 8, 2015

Conversation

RPrimrose
Copy link

Changing FileCacheHash to use a FIPS compliant algorithm for #182

@@ -24,9 +24,9 @@ public class FileCacheHash : IFileCacheHash
private const string HASH_PREFIX = "// @hash v3-";

/// <summary>
/// Althorithm for calculating file hashes
/// Algorithm for calculating file hashes
Copy link
Member

Choose a reason for hiding this comment

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

LOL, thanks 😆

Daniel15 added a commit that referenced this pull request Nov 8, 2015
Amend FileCacheHash for FIPS compliance by using SHA1 instead of MD5
@Daniel15 Daniel15 merged commit 96b6f56 into reactjs:master Nov 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants