> I need an encryption library in C/C++ on linux. openSSL > Better if it is Qt or KDE specific. > Why? And how does that help? openSSL is not Qt or KDE specific. But you can create your own reusable C++ wrapper classes around the openSSL API. Cheers, Arindam