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

PCI/FIPS Compliance #24

Open
schmittjoseph opened this issue Nov 4, 2017 · 2 comments
Open

PCI/FIPS Compliance #24

schmittjoseph opened this issue Nov 4, 2017 · 2 comments
Labels

Comments

@schmittjoseph
Copy link

schmittjoseph commented Nov 4, 2017

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

@schmittjoseph schmittjoseph self-assigned this Nov 4, 2017
@schmittjoseph
Copy link
Author

Use system.security.cryptography.aesmanaged instead of RijndaelManaged.

@Sebastian-Roth
Copy link
Member

Sebastian-Roth commented Feb 22, 2023

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!!

@Sebastian-Roth Sebastian-Roth changed the title PCI Compliance PCI/FIPS Compliance Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants