Decodes a base64 encoded string
atob ( encodedData )
encodedData - The string to be decoded
Returns the decoded string
atob('dXNlIGphdmFzY3JpcHQgYXRvYiB0byBkZWNvZGUgYmFzZTY0IHN0cmluZ3M=')
use javascript atob to decode base64 strings