decode s decodes the string s that is encoded in base64 format.
decode s
s
A 64-character string specifying the regular Base64 alphabet.
encode s encodes the string s into base64.
encode s
A 64-character string specifying the URI- and filename-safe Base64 alphabet.