Encoding and decoding data in MyChat Scripts Engine
Function to encode and decode strings, calculation of checksum and hashes.
calculate CRC32 checksum from a text string; |
|
convert a text string from the base64 string into plain text; |
|
decode a string from URL format to plain text; |
|
decode a string from UU format to plain text; |
|
convert a text string to its base64 representation; |
|
encode a string to URL format; |
|
encode a string to UU format; |
|
obtain a string hash code based on a key using the HMAC method and MD5 algorithm; |
|
obtain a string hash code based on a key using the HMAC method and SHA1 algorithm; |
|
obtain the MD5 hash code of a text string; |
|
obtain the SHA1 hash code of a text string; |
|
convert an initial binary string by bytes to its hexadecimal text representation. |