Skip to content

Conversation

@breakpointninja
Copy link

This pull request addresses issue #1 by replacing the MD5 hashing algorithm with SHA256 for generating fingerprints.

Previously, the createFingerprint function used MD5, which is not FIPS-compliant and caused the formatter to fail in FIPS-enabled Node.js environments. This change updates the implementation to use SHA256, a cryptographically stronger and FIPS-compliant algorithm.

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.

1 participant