I have a bizarre bug to report using the base64Encode function. When trying to encode a very long string like this:
- tokenStr = "averyveryveryveryveryveryveryveryveryveryveryveryverylongusername:anotherveryveryveryverylongtokentypeofpassword";
- auth = zoho.encryption.base64Encode(tokenStr);
As you can see below, the result of the encoding includes a newline (which is invalid):