When will C# AES algorithm be FIPS compliant?

前端 未结 4 1889
余生分开走
余生分开走 2020-12-05 02:58

Right now the only way I can get the RijndaelManaged algorithm to work on a computer with the Local Security Setting for FIPS turned on, is to disable it. It is a governmen

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 03:51

    The unmanaged AesCryptoServiceProvider is certified if the OS itself is certified as it calls the OS. And it will be a darned site quicker as well, at the cost of cross platform compatibility.

提交回复
热议问题