[Qt-interest] QCA big string encryption
Sean Harmer
sean.harmer at maps-technology.com
Mon Apr 25 10:42:49 CEST 2011
On 25/04/2011 01:25, Nicholas Shatokhin wrote:
> So if I use PGP or CMS, I need that GPG or CMS been installed in system?
> I'ts will be difficult because I plan distribute my program on windows too.
The example code I posted that uses CMS works fine on Windows and Linux
thanks to the abstraction of QCA and the portability of OpenSSL. All you
need to distribute is QCA, qca-ossl plugin and it's dependency of
OpenSSL (plus Qt of course). You do of course need to generate a
suitable public/private key pair. You can do this using the command line
interface to OpenSSL.
Cheers,
Sean
More information about the Qt-interest-old
mailing list