Registriert seit: 4. Jun 2010
15.668 Beiträge
|
HMAC functions in Delphi (HMAC_SHA256, HMAC_SHA1)
5. Apr 2014, 05:23
More articles like this: http://www.yanniel.info/p/delphi-programming.htmlI came across HMAC (Hash-based message authentication code) functions when developing a RESTful client application in Delphi. The RESTful Web Service API required me to send HMAC_SHA256 signatures (Base64 encoded) with each ...
More...
|