[Qt-interest] RSA in QT
Serge
mb0 at km.ru
Fri Jan 23 13:25:56 CET 2009
I've downloaded
http://delta.affinix.com/download/qca/2.0/qca-2.0.1.tar.bz2
and installed QCA using commands:
configwin rd
qmake
nmake
installwin
But it looks like it does not contain support of RSA:
C:\Qt\QCA\unittest\rsaunittest\debug>rsaunittest.exe
********* Start testing of RSAUnitTest *********
Config: Using QTest library 4.3.3, Qt 4.3.3
PASS : RSAUnitTest::initTestCase()
WARNING: RSAUnitTest::testrsa() RSA not supported for qca-ossl
PASS : RSAUnitTest::testrsa()
PASS : RSAUnitTest::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of RSAUnitTest *********
C:\Qt\QCA\examples\rsatest\debug>rsatest.exe
RSA not supported!
C:\Qt\QCA\bin>qcatool2.exe plugins
Qt Library Paths:
C:/Qt/4.3.3/plugins
C:/Qt/QCA/bin
Available Providers:
(none)
What additional steps must i do so that RSA would be suported?
Kaleb Pederson wrote:
> If you want to do much cryptography, like RSA, check out QCA:
>
> http://delta.affinix.com/qca/
>
> --Kaleb
>
> On Wed, Jan 21, 2009 at 3:02 AM, Serge <mb0 at km.ru> wrote:
>> Hi,
>>
>> I need to encrypt/decrypt text using RSA method.
>> Perhaps i can use QSslKey and other from of QtNetwork module?
>> But i can not find any examples of doing it.
>> What methods, classes must be used?
>> May be there are some ready examples?
>>
>> Best regards,
>> Serge
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>
--
Serge
More information about the Qt-interest-old
mailing list