C/C++ 中最好的加密库是什么?

2021-12-20 00:00:00 c encryption c++

C/C++ 中最好的加密库是什么

What is the best encryption library in C/C++ In terms of:

  • 质量
  • 易于使用
  • 可读性
  • 便携性
  • 表现

你最喜欢什么,为什么喜欢它?

What's your favorite and why do you like it?

推荐答案

我们已经很好地使用了 OpenSSL成功.便携、符合标准且易于使用.

We've used OpenSSL with good success. Portable, standards compliant and easy to use.

相关文章