Difference between revisions of "HMAC-SHA1"

From Free Pascal wiki
Jump to navigationJump to search
(Just implemented this in trunk)
 
m
Line 4: Line 4:
 
It is implemented in FPC trunk revision 27319 of March 2014.
 
It is implemented in FPC trunk revision 27319 of March 2014.
  
Example code: packages/hash/examples/hmd5.pp
+
Example code: packages/hash/examples/hsha1.pp
 +
 
 +
See also: [[HMAC-MD5]]
  
 
[[Category:FPC]]
 
[[Category:FPC]]
 
[[Category:Software Security]]
 
[[Category:Software Security]]

Revision as of 09:29, 29 March 2014

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: HMAC-MD5