Function
|
Description
|
Applicable services
|
Encodes text data to base 64 format
|
All services
|
|
Decodes the text encoded in base 64 format
|
All services
|
|
Decodes the text encoded in base 64 format and stores the returned values as a file object
|
All services
|
|
Encrypts the input text with the specified key using Advanced Encryption Standard (AES)
|
All services
|
|
Decrypts the AES encrypted text using the specified key and returns the original text
|
All services
|
|
Encrypts the input text with the specified key using AES-128 standard
|
All services except Zoho Creator
|
|
Decrypts the AES-128 encrypted text using the specified key and returns the original text
|
All services except Zoho Creator
|
|
Returns the hash value corresponding to the given text generated using HMAC-SHA1 algorithm
|
All services
|
|
Returns the hash value corresponding to the given text generated using HMAC-SHA256 algorithm
|
All services
|
|
Returns the hash value corresponding to the given text generated using MD5 algorithm
|
All services
|
|
Returns the hash value corresponding to the given text generated using HMAC-SHA256 algorithm
|
All services
|
|
Returns the hash value corresponding to the given text, generated using SHA512 algorithm
|
All services
|
|
Encodes all spaces and other characters disallowed in URLs and returns the encoded text
|
All services
|
|
Encodes all spaces and other characters disallowed in URLs and returns the encoded text. The difference between this function and encodeUrl function is that this function returns the space character as %20, and encodeUrl function returns the space character as +.
|
All services except Zoho Creator
|
|
Decodes the URLencoded text returns the original text
|
All services except Zoho Creator
|
|
Returns the hash value corresponding to the given text generated using the SHA1 algorithm
|
All services except Zoho Creator
|