RSA encryption library for C++

Zombies picture Zombies · Sep 20, 2008 · Viewed 43.3k times · Source

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

Answer

Nils Pipenbrinck picture Nils Pipenbrinck · Sep 20, 2008

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