Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不想使用 OpanSSL C# 包装器处理 3DES 算法。谁能告诉我在哪里可以找到 OpenSSL.NET 中的 3DES 函数?以及如何使用服务器和客户端之间的共享密钥进行加密和解密。
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.