Кодирует указанную строку методом Base64
base64Encode = function(aText);
var encoded = base64Encode('base64'); //encoded = 'YmFzZTY0'