Encryption Methods
encode
Encode a string using BASE64.
Parameters:
textToEncode - string to encode
Return:
The BASE64 encoded string.
decode
Decode a BASE64 string.
Parameters:
textToDecode - string to decode
Return:
The decoded string.
Last updated