Lines Matching refs:Base64
1 :mod:`base64` --- RFC 3548: Base16, Base32, Base64 Data Encodings
5 :synopsis: RFC 3548: Base16, Base32, Base64 Data Encodings
13 This standard defines the Base16, Base32, and Base64 algorithms for encoding and
22 well as strings, but only using the Base64 standard alphabet.
29 Encode a string using Base64.
34 generate URL or filesystem safe Base64 strings. The default is ``None``, for
35 which the standard Base64 alphabet is used.
42 Decode a Base64 encoded string.
56 Encode string *s* using the standard Base64 alphabet.
61 Decode string *s* using the standard Base64 alphabet.
68 ``+`` and ``_`` instead of ``/`` in the standard Base64 alphabet. The result
76 ``+`` and ``_`` instead of ``/`` in the standard Base64 alphabet.
174 Section 5.2, "Base64 Content-Transfer-Encoding," provides the definition of the