D | |
decode [B64] | decode s decodes the string s that is encoded in base64 format.
|
default_alphabet [B64] |
A 64-character string specifying the regular Base64 alphabet.
|
E | |
encode [B64] | encode s encodes the string s into base64.
|
U | |
uri_safe_alphabet [B64] |
A 64-character string specifying the URI- and filename-safe Base64
alphabet.
|