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

Exception thrown windows machine with FIPS enabled #95

Open
marknadig opened this issue Jan 23, 2024 · 1 comment
Open

Exception thrown windows machine with FIPS enabled #95

marknadig opened this issue Jan 23, 2024 · 1 comment

Comments

@marknadig
Copy link

When PusherServer is used on a machine with FIPS enabled, a runtime exception is thrown ": This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms" in CryptoHelper.GetMd5Hash() due to MD5 not being validated as FIPS compliant.

That said, the intent is to just create a hash, not actually secure anything. A solution that would allow PusherServer to run on a FIPS enabled environment is to "roll your own Md5" which is pretty straightforward
https://stackoverflow.com/a/52166330/600299

Would you accept a PR for this?

@benw-pusher
Copy link

@marknadig just got back to you on your ticket before I saw this. We would be happy to review a PR for this to help overcome the FIPS compliance.

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

No branches or pull requests

2 participants