Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.

HMAC-SHA1

From Qt Wiki
Revision as of 15:40, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: