[Qt-interest] Generating RSA-SHA1 signature

Colin S. Miller no-spam-thank-you at csmiller.demon.co.uk
Mon Sep 27 20:12:29 CEST 2010


Thiago Macieira wrote:
> On Monday 27. September 2010 09.02.04 dominic.velikakath at nokia.com wrote:
>> Hi,
>>
>> Does QT provide API's to generate RSA-SHA1 signature.
> 
> Not sure what RSA is in that context, but Qt has API to calculate the SHA-1 
> digest of some data. See QCryptographicHash.
> 

I assume that the OP is refering to the Rivest, Shamir and Adleman
asymmetric encryption algorithm. Although they are commonly
used alongside each other, it is not a hashing algorithm like SHA-1.

MD5 (another hash) was invested by Rivest alone, but who the inventors
of SHA-1 where does not seem to be public knowledge, it is credited to the NSA.
(The USA's national security agency).

HTH,
Colin S. Miller



More information about the Qt-interest-old mailing list