We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The AES API relies on RijndaelManaged which has not been certified by NIST. This prevents the client from using that API on PCI compliant machines.
https://forums.fogproject.org/topic/11035/problems-with-fog-client-and-fips-validation
Code reference: https://github.com/FOGProject/zazzles/blob/master/Zazzles/Data/AES.cs
The text was updated successfully, but these errors were encountered:
Use system.security.cryptography.aesmanaged instead of RijndaelManaged.
Sorry, something went wrong.
Here we have another topic on this in the forums: https://forums.fogproject.org/topic/16706/error-could-not-get-security-token
We should definitely look into #19 as well when working towards PCI/FIPS comliance!!
No branches or pull requests
The AES API relies on RijndaelManaged which has not been certified by NIST. This prevents the client from using that API on PCI compliant machines.
https://forums.fogproject.org/topic/11035/problems-with-fog-client-and-fips-validation
Code reference:
https://github.com/FOGProject/zazzles/blob/master/Zazzles/Data/AES.cs
The text was updated successfully, but these errors were encountered: