Difference between revisions of "HMAC-SHA1"

From Free Pascal wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 +
{{HMAC-SHA1}}
 +
 
== Overview ==
 
== Overview ==
 
HMAC-SHA1 is a HMAC <todo: insert description> using the SHA-1 hash algorithm.
 
HMAC-SHA1 is a HMAC <todo: insert description> using the SHA-1 hash algorithm.
Line 10: Line 12:
 
* [[HMAC-MD5]]
 
* [[HMAC-MD5]]
 
* [[hash]]
 
* [[hash]]
 
[[Category:FPC]]
 
[[Category:Software security]]
 
[[Category:Packages]]
 

Revision as of 08:48, 25 February 2017

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: