Raw encryption functions are basic encryption functions that perform encryption and decryption of data using cryptographic algorithms.
Raw encryption functions
type
. The syntax of the type
string is:
algorithm
is:
mode
is one of:
padding
is one of:
hmac
HMAC
result regarding the input secret, payload and hash algorithm. Please refer to HMAC
for more information in cryptography. Currently, the supported hash algorithms for hash_algo
are sha1
and sha256
.