Namespace: base64

base64

Base64 code from http://stackoverflow.com/questions/3774622/how-to-base64-encode-inside-of-javascript/3774662#3774662

Source:

Methods

(static) decode(input) → {string}

Parameters:
Name Type Description
input string
Source:
Returns:
Type
string

(static) encode(input) → {string}

Parameters:
Name Type Description
input string
Source:
Returns:
Type
string

(static) utf8_decode(utftext) → {string}

Parameters:
Name Type Description
utftext string
Source:
Returns:
Type
string

(static) utf8_encode(string) → {string}

Parameters:
Name Type Description
string string
Source:
Returns:
Type
string