RSA encryption library for C++

c++, encryption, rsa, winapi

Solution

I use the following library:

http://www.efgh.com/software/rsa.htm

It's public domain, compact, self contained, and does the work well.

Problem

I am developing a Win32 application and I would like to use an RSA encryption library. Which library would you recommend?

Original source