e-CryptIt Engine Xojo Plugin |
|
HMAC_SHA_384.Hash Method
Convenience shared function to hash small data with just one line of code without creating instance of the class.
shared Hash(
key
as String,
data
as String)
as String
Parameters
- key
- The HMAC_SHA_384 key.
- data
- The data to hash.
Returns
- String
Remarks
See Also
HMAC_SHA_384 Class