What is the best encryption library in C/C++?

c, c++, encryption

Solution

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

Problem

What is the best encryption library in C/C++ In terms of: - entropy - quality - ease of use - readability - portability - performance What's your favorite and why do you like it?

Original source

Related problems