¡@

Home 

c# Programming Glossary: fips

When will C# AES algorithm be FIPS compliant?

http://stackoverflow.com/questions/939040/when-will-c-sharp-aes-algorithm-be-fips-compliant

will C# AES algorithm be FIPS compliant Right now the only way I can get the RijndaelManaged.. to work on a computer with the Local Security Setting for FIPS turned on is to disable it . It is a government computer so.. on the msdn blog sites that say they are working on an AES FIPS compliant version but I cant seem to find out anything more...

Why are RijndaelManaged and AesCryptoServiceProvider returning different results?

http://stackoverflow.com/questions/957388/why-are-rijndaelmanaged-and-aescryptoserviceprovider-returning-different-results

should do that same but it doesnt. Seems funny that the FIPS Certified class allows invalid cipher modes. c# .net encryption..