Cryptography (crypto)

hmac

hexdigest

Produce a 32-character hash (aka a hexdigest) for a provided string using the HMAC algorithm as described by RFC 2104.

 

{ }
[{"paths":[],"data":{"crypto":"crypto","call":"crypto.hmac.hexdigest","crypto.hmac.hexdigest":"hexdigest","uuid":"071651f79538c5be3173b651cc9bcb7e","args":{"string":"The quick brown fox jumps over the lazy dog"},"height":32,"width":120,"step":"HMAC message","data_to_var":"hash","y":0,"x":0,"type":"library","maxpaths":1}}]

Example Response

{"hash":"bdbaa578ee9ee7f2c3cfe7c9f276d0d5"}