HMAC-SHA1: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 15:40, 14 January 2015

Function which returns HMAC-SHA1 encrypted signature composed of public key and secret base string:

You may use this code with any license you prefer :)

Note that Qt 5.1 introduces a new class QMessageAuthenticationCode [doc-snapshot.qt.io] which provides a standard API for HMACs.

Categories: