Convert a string to base64

Code
var encodedData = btoa(stringToEncode);

https://developer.mozilla.org/en-US/docs/Web/API/btoa