Difference between revisions of "HMAC-SHA1"

From Free Pascal wiki
Jump to navigationJump to search
Line 9: Line 9:
  
 
== See also: ==
 
== See also: ==
* Mailing list thread started by the author of the code: [http://thread.gmane.org/gmane.comp.compilers.free-pascal.general/31172/focus=31182]
+
* Mailing list thread started by the author of the code: [http://thread.gmane.org/gmane.comp.compilers.free-pascal.general/31172/focus=31182 broken link]
 
* [[HMAC-MD5]]
 
* [[HMAC-MD5]]
 
* [[hash]]
 
* [[hash]]

Revision as of 05:01, 19 January 2018

English (en) français (fr)

Overview

HMAC-SHA1 is a HMAC <todo: insert description> using the SHA-1 hash algorithm.

It is implemented in FPC trunk revision 27319 of March 2014.

Example code: packages/hash/examples/hsha1.pp

See also: