All Commands
All String
Commands
HMAC_HASH
Generate a keyed hash value using the HMAC method
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | alg | sha1 | String | Name of selected hashing algorithm. Can be any of the following: md2, md4, md5, sha1, sha224, sha256, sha384, sha512/224, sha512/256, sha512, sha3-224, sha3-256, sha3-384, sha3-512, ripemd128, ripemd160, ripemd256, ripemd320, whirlpool, snefru, snefru256, gost, gost-crypto |
2 | data | String | The data to hash | |
3 | key | String | Shared secret key used for generating the HMAC variant of the data | |
4 | bin | FALSE | Boolean | Indicate if the output is to be raw binary |