I used the FIPS provider in the JC开发者_JAVA技巧E, but couldn\'t really see any difference - I specifically looked for the maximum key sizes but didn\'t find any difference there.
My concern is that cryptographic keys and secrets that are managed by the garbage collector may be copied and moved around in memory without zeroization.
Is it as simple as using FIPS 140 compliant crypto providers or is there more to it?Are there differences if it is a web app vs a windows app?What 开发者_运维百科if it is a distributed app?Are there a
If you enable the \"Use FIPS compliant algorithms for encryption, hashing, and signing\" security policy option in Windows, attempting to use many of the cryptographic classes in the .NET Framework wi
Question What\'s the right way to build a complex fips link into the Visual Studio vcproj projects while continuing to allow developers to arrange libraries via the properties GUI?