Difference between revisions of "HMAC-MD5"

From Free Pascal wiki
Jump to navigationJump to search
m
m
Line 9: Line 9:
 
* 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]
 
* [[HMAC-SHA1]]
 
* [[HMAC-SHA1]]
 +
* [[hash]]
  
 
[[Category:FPC]]
 
[[Category:FPC]]
 
[[Category:Software security]]
 
[[Category:Software security]]
 
[[Category:Packages]]
 
[[Category:Packages]]

Revision as of 11:41, 4 September 2014

Overview

HMAC-MD5 is a HMAC <todo: insert description> using the MD5 hash algorithm.

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

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

See also: