|
| https://www.python.org/ |
| Table of Contents | https://docs.python.org/dev/contents.html |
| base64 — Base16, Base32, Base64, Base85 Data Encodings | https://docs.python.org/dev/library/base64.html |
| RFC 4648 Encodings | https://docs.python.org/dev/library/base64.html#rfc-4648-encodings |
| Base85 Encodings | https://docs.python.org/dev/library/base64.html#base85-encodings |
| Legacy Interface | https://docs.python.org/dev/library/base64.html#legacy-interface |
| Security Considerations | https://docs.python.org/dev/library/base64.html#security-considerations |
| mimetypes — Map filenames to MIME types | https://docs.python.org/dev/library/mimetypes.html |
| binascii — Convert between binary and ASCII | https://docs.python.org/dev/library/binascii.html |
| Report a bug | https://docs.python.org/dev/bugs.html |
| Show source
| https://github.com/python/cpython/blob/main/Doc/library/base64.rst?plain=1 |
| index | https://docs.python.org/dev/genindex.html |
| modules | https://docs.python.org/dev/py-modindex.html |
| next | https://docs.python.org/dev/library/binascii.html |
| previous | https://docs.python.org/dev/library/mimetypes.html |
| Python | https://www.python.org/ |
| 3.15.0a5 Documentation | https://docs.python.org/dev/index.html |
| The Python Standard Library | https://docs.python.org/dev/library/index.html |
| Internet Data Handling | https://docs.python.org/dev/library/netdata.html |
| base64 — Base16, Base32, Base64, Base85 Data Encodings | https://docs.python.org/dev/library/base64.html |
| ¶ | https://docs.python.org/dev/library/base64.html#module-base64 |
| Lib/base64.py | https://github.com/python/cpython/tree/main/Lib/base64.py |
| encodings specified in | https://docs.python.org/dev/library/base64.html#base64-rfc-4648 |
| RFC 4648 | https://datatracker.ietf.org/doc/html/rfc4648.html |
| Base85 encodings | https://docs.python.org/dev/library/base64.html#base64-base-85 |
| bytes-like objects | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| bytes-like objects | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| RFC 4648 | https://datatracker.ietf.org/doc/html/rfc4648.html |
| legacy interface | https://docs.python.org/dev/library/base64.html#base64-legacy |
| file objects | https://docs.python.org/dev/glossary.html#term-file-object |
| RFC 2045 | https://datatracker.ietf.org/doc/html/rfc2045.html |
| RFC 2045 | https://datatracker.ietf.org/doc/html/rfc2045.html |
| email | https://docs.python.org/dev/library/email.html#module-email |
| bytes-like objects | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| ¶ | https://docs.python.org/dev/library/base64.html#rfc-4648-encodings |
| RFC 4648 | https://datatracker.ietf.org/doc/html/rfc4648.html |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b64encode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| ValueError | https://docs.python.org/dev/library/exceptions.html#ValueError |
| TypeError | https://docs.python.org/dev/library/exceptions.html#TypeError |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b64decode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| binascii.Error | https://docs.python.org/dev/library/binascii.html#binascii.Error |
| binascii.Error | https://docs.python.org/dev/library/binascii.html#binascii.Error |
| binascii.a2b_base64() | https://docs.python.org/dev/library/binascii.html#binascii.a2b_base64 |
| ValueError | https://docs.python.org/dev/library/exceptions.html#ValueError |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.standard_b64encode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.standard_b64decode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.urlsafe_b64encode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.urlsafe_b64decode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b32encode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b32decode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| RFC 4648 | https://datatracker.ietf.org/doc/html/rfc4648.html |
| binascii.Error | https://docs.python.org/dev/library/binascii.html#binascii.Error |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b32hexencode |
| b32encode() | https://docs.python.org/dev/library/base64.html#base64.b32encode |
| RFC 4648 | https://datatracker.ietf.org/doc/html/rfc4648.html |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b32hexdecode |
| b32decode() | https://docs.python.org/dev/library/base64.html#base64.b32decode |
| RFC 4648 | https://datatracker.ietf.org/doc/html/rfc4648.html |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b16encode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b16decode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| binascii.Error | https://docs.python.org/dev/library/binascii.html#binascii.Error |
| ¶ | https://docs.python.org/dev/library/base64.html#base85-encodings |
| a85encode() | https://docs.python.org/dev/library/base64.html#base64.a85encode |
| b85encode() | https://docs.python.org/dev/library/base64.html#base64.b85encode |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.a85encode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.a85decode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b85encode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.b85decode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.z85encode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| Z85 specification | https://rfc.zeromq.org/spec/32/ |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.z85decode |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| Z85 specification | https://rfc.zeromq.org/spec/32/ |
| ¶ | https://docs.python.org/dev/library/base64.html#legacy-interface |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.decode |
| file objects | https://docs.python.org/dev/glossary.html#term-file-object |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.decodebytes |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.encode |
| file
objects | https://docs.python.org/dev/glossary.html#term-file-object |
| encode() | https://docs.python.org/dev/library/base64.html#base64.encode |
| RFC 2045 | https://datatracker.ietf.org/doc/html/rfc2045.html |
| ¶ | https://docs.python.org/dev/library/base64.html#base64.encodebytes |
| bytes-like object | https://docs.python.org/dev/glossary.html#term-bytes-like-object |
| bytes | https://docs.python.org/dev/library/stdtypes.html#bytes |
| RFC 2045 | https://datatracker.ietf.org/doc/html/rfc2045.html |
| ¶ | https://docs.python.org/dev/library/base64.html#security-considerations |
| RFC 4648 | https://datatracker.ietf.org/doc/html/rfc4648.html |
| binascii | https://docs.python.org/dev/library/binascii.html#module-binascii |
| RFC 1521 | https://datatracker.ietf.org/doc/html/rfc1521.html |
| Table of Contents | https://docs.python.org/dev/contents.html |
| base64 — Base16, Base32, Base64, Base85 Data Encodings | https://docs.python.org/dev/library/base64.html |
| RFC 4648 Encodings | https://docs.python.org/dev/library/base64.html#rfc-4648-encodings |
| Base85 Encodings | https://docs.python.org/dev/library/base64.html#base85-encodings |
| Legacy Interface | https://docs.python.org/dev/library/base64.html#legacy-interface |
| Security Considerations | https://docs.python.org/dev/library/base64.html#security-considerations |
| mimetypes — Map filenames to MIME types | https://docs.python.org/dev/library/mimetypes.html |
| binascii — Convert between binary and ASCII | https://docs.python.org/dev/library/binascii.html |
| Report a bug | https://docs.python.org/dev/bugs.html |
| Show source
| https://github.com/python/cpython/blob/main/Doc/library/base64.rst?plain=1 |
| index | https://docs.python.org/dev/genindex.html |
| modules | https://docs.python.org/dev/py-modindex.html |
| next | https://docs.python.org/dev/library/binascii.html |
| previous | https://docs.python.org/dev/library/mimetypes.html |
| Python | https://www.python.org/ |
| 3.15.0a5 Documentation | https://docs.python.org/dev/index.html |
| The Python Standard Library | https://docs.python.org/dev/library/index.html |
| Internet Data Handling | https://docs.python.org/dev/library/netdata.html |
| base64 — Base16, Base32, Base64, Base85 Data Encodings | https://docs.python.org/dev/library/base64.html |
| Copyright | https://docs.python.org/dev/copyright.html |
| History and License | https://docs.python.org/license.html |
| Please donate. | https://www.python.org/psf/donations/ |
| Found a bug | https://docs.python.org/bugs.html |
| Sphinx | https://www.sphinx-doc.org/ |