.NET implementation (libraries) of elliptic curve cryptography

后端 未结 5 1153
半阙折子戏
半阙折子戏 2021-02-07 08:48

Please can you suggest any implementation of elliptical curve cryptography to be used on .NET platform?

Also if you have used them, can you tell me the recommended curve

5条回答
  •  不要未来只要你来
    2021-02-07 09:45

    The .NET Framework already includes Diffie-Hellman, which is an elliptic curve crypto algorithm. Look under System.Security.Cryptography.ECDiffieHellmanCng.

提交回复
热议问题