Lines Matching refs:Base64
1 :mod:`base64` --- Base16, Base32, Base64, Base85 Data Encodings
5 :synopsis: RFC 3548: Base16, Base32, Base64 Data Encodings;
19 :rfc:`3548`, which defines the Base16, Base32, and Base64 algorithms,
35 <file object>`. It only supports the Base64 standard alphabet, and it adds
53 Encode the :term:`bytes-like object` *s* using Base64 and return the encoded
59 generate URL or filesystem safe Base64 strings. The default is ``None``, for
60 which the standard Base64 alphabet is used.
65 Decode the Base64 encoded :term:`bytes-like object` or ASCII string
84 Encode :term:`bytes-like object` *s* using the standard Base64 alphabet
91 Base64 alphabet and return the decoded :class:`bytes`.
99 standard Base64 alphabet, and return the encoded :class:`bytes`. The result
108 ``/`` in the standard Base64 alphabet, and return the decoded
288 Section 5.2, "Base64 Content-Transfer-Encoding," provides the definition of the