e-CryptIt Engine Xojo Plugin |
|
HMAC_SHA3.HashAsHex Method
Convenience shared function to hash small data with just one line of code without creating instance of the class. This variation returns the result Hex encoded.
shared HashAsHex(
bits
as Integer,
key
as String,
data
as String)
as String
Parameters
- bits
- This can be 224, 256, 384, 512.
- key
- The HMAC_SHA3 key.
- data
- The data to hash.
Returns
- String
Remarks
See Also
HMAC_SHA3 Class