You can perform crypto operations such as hashing using the following library.
String | Description | Input | Output |
---|---|---|---|
where:
Note:
Supported algorithms are HmacMD5, HmacSHA1, HmacSHA224, HmacSHA256, HmacSHA384 and HmacSHA512. |
Creates a hash for the required data with Hashed Message Authentication Code (HMAC) using the specified secret key and cryptographic hashing function algorithm. Returns the hash or digest as a string containing only hexadecimal digits. Supported algorithms for hashing functions are HmacMD5, HmacSHA1, HmacSHA224, HmacSHA256, HmacSHA384, and HmacSHA512. |
|
|