docs.roxen.comBack to normal mode
DocsRoxenWebServer 6.1Web Developer ManualProgramming Tags
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<hash-hmac></hash-hmac>

Provided by module: Tags: RXML tags

Keyed-Hashing for Message Authentication (HMAC) tag.

<hash-hmac hash='md5' password='key'>The quick brown fox jumps over the lazy dog</hash-hmac> Result: 80070713463e7749b90c2dc24911e275

Attributes

hash="string"

The hash algorithm to use (e.g. MD5, SHA1, SHA256 etc.) All hash algorithms supported by Pike can be used.


password="string"

The password to use.