0

我不想使用 OpanSSL C# 包装器处理 3DES 算法。谁能告诉我在哪里可以找到 OpenSSL.NET 中的 3DES 函数?以及如何使用服务器和客户端之间的共享密钥进行加密和解密。

4

1 回答 1

1

Use AES instead, it is more secure and faster on new CPUs with HW AES acceleration. You can find the OpenSSL API at openssl.org, the openssl.net is a wrapper to the C API.

于 2013-06-04T07:29:36.207 回答