C++ – RSA encryption library for C++

cencryptionrsawinapi

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

Best Answer

If you're using Win32, why don't you simply use the built-in win32 crypto-API?

Here's a little example how it works in practice:

http://www.codeproject.com/KB/security/EncryptionCryptoAPI.aspx