椭圆曲线密码体制的.NET执行(库)椭圆、曲线、体制、密码

2023-09-04 01:52:43 作者:明月清风

请你能提出要在.NET平台上使用任何实现的椭圆曲线加密的?

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 curves that should be used?

由于@FatCat提到的,它的实现是在.NET Framework 3.5的提供,但只适用于Windows Vista中。能否请你建议的另一种方式/库使用它吗?

As @FatCat mentioned, its implementation is available in .NET framework 3.5 but that is only available on windows vista. Can you please suggest another way/library to use it?

推荐答案

查看充气城堡库的C#,它有ECDH和ECDSA。

Check out the Bouncy Castle library for C#, it has ECDH and ECDSA.