Public API

base64.decode

Decode a Base64 encoded string.

See https://en.wikipedia.org/wiki/Base64.

PARAMETERS

NameDescriptionDefault Value
database64 encoded stringnone

RETURNS

A string containing the decoded data

base64.encode

Base64 encode a string.

See https://en.wikipedia.org/wiki/Base64.

PARAMETERS

NameDescriptionDefault Value
datastring to encodenone

RETURNS

The base64 encoded string