René's URL Explorer Experiment


Title: base64 — Base16, Base32, Base64, Base85 Data Encodings — Python 3.15.0a5 documentation

Open Graph Title: base64 — Base16, Base32, Base64, Base85 Data Encodings

Description: Source code: Lib/base64.py This module provides functions for encoding binary data to printable ASCII characters and decoding such encodings back to binary data. This includes the encodings specifi...

Open Graph Description: Source code: Lib/base64.py This module provides functions for encoding binary data to printable ASCII characters and decoding such encodings back to binary data. This includes the encodings specifi...

Opengraph URL: https://docs.python.org/3/library/base64.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_library_base64_c991ecf0.png
og:image:altSource code: Lib/base64.py This module provides functions for encoding binary data to printable ASCII characters and decoding such encodings back to binary data. This includes the encodings specifi...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
base64 — Base16, Base32, Base64, Base85 Data Encodingshttps://docs.python.org/dev/library/base64.html
RFC 4648 Encodingshttps://docs.python.org/dev/library/base64.html#rfc-4648-encodings
Base85 Encodingshttps://docs.python.org/dev/library/base64.html#base85-encodings
Legacy Interfacehttps://docs.python.org/dev/library/base64.html#legacy-interface
Security Considerationshttps://docs.python.org/dev/library/base64.html#security-considerations
mimetypes — Map filenames to MIME typeshttps://docs.python.org/dev/library/mimetypes.html
binascii — Convert between binary and ASCIIhttps://docs.python.org/dev/library/binascii.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/base64.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/binascii.html
previoushttps://docs.python.org/dev/library/mimetypes.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Internet Data Handlinghttps://docs.python.org/dev/library/netdata.html
base64 — Base16, Base32, Base64, Base85 Data Encodingshttps://docs.python.org/dev/library/base64.html
https://docs.python.org/dev/library/base64.html#module-base64
Lib/base64.pyhttps://github.com/python/cpython/tree/main/Lib/base64.py
encodings specified inhttps://docs.python.org/dev/library/base64.html#base64-rfc-4648
RFC 4648https://datatracker.ietf.org/doc/html/rfc4648.html
Base85 encodingshttps://docs.python.org/dev/library/base64.html#base64-base-85
bytes-like objectshttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
bytes-like objectshttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
RFC 4648https://datatracker.ietf.org/doc/html/rfc4648.html
legacy interfacehttps://docs.python.org/dev/library/base64.html#base64-legacy
file objectshttps://docs.python.org/dev/glossary.html#term-file-object
RFC 2045https://datatracker.ietf.org/doc/html/rfc2045.html
RFC 2045https://datatracker.ietf.org/doc/html/rfc2045.html
emailhttps://docs.python.org/dev/library/email.html#module-email
bytes-like objectshttps://docs.python.org/dev/glossary.html#term-bytes-like-object
https://docs.python.org/dev/library/base64.html#rfc-4648-encodings
RFC 4648https://datatracker.ietf.org/doc/html/rfc4648.html
https://docs.python.org/dev/library/base64.html#base64.b64encode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
https://docs.python.org/dev/library/base64.html#base64.b64decode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
binascii.Errorhttps://docs.python.org/dev/library/binascii.html#binascii.Error
binascii.Errorhttps://docs.python.org/dev/library/binascii.html#binascii.Error
binascii.a2b_base64()https://docs.python.org/dev/library/binascii.html#binascii.a2b_base64
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/base64.html#base64.standard_b64encode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.standard_b64decode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.urlsafe_b64encode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.urlsafe_b64decode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.b32encode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.b32decode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
RFC 4648https://datatracker.ietf.org/doc/html/rfc4648.html
binascii.Errorhttps://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 4648https://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 4648https://datatracker.ietf.org/doc/html/rfc4648.html
https://docs.python.org/dev/library/base64.html#base64.b16encode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.b16decode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
binascii.Errorhttps://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 objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.a85decode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
https://docs.python.org/dev/library/base64.html#base64.b85encode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.b85decode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.z85encode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
Z85 specificationhttps://rfc.zeromq.org/spec/32/
https://docs.python.org/dev/library/base64.html#base64.z85decode
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
Z85 specificationhttps://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 objectshttps://docs.python.org/dev/glossary.html#term-file-object
https://docs.python.org/dev/library/base64.html#base64.decodebytes
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
https://docs.python.org/dev/library/base64.html#base64.encode
file objectshttps://docs.python.org/dev/glossary.html#term-file-object
encode()https://docs.python.org/dev/library/base64.html#base64.encode
RFC 2045https://datatracker.ietf.org/doc/html/rfc2045.html
https://docs.python.org/dev/library/base64.html#base64.encodebytes
bytes-like objecthttps://docs.python.org/dev/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
RFC 2045https://datatracker.ietf.org/doc/html/rfc2045.html
https://docs.python.org/dev/library/base64.html#security-considerations
RFC 4648https://datatracker.ietf.org/doc/html/rfc4648.html
binasciihttps://docs.python.org/dev/library/binascii.html#module-binascii
RFC 1521https://datatracker.ietf.org/doc/html/rfc1521.html
Table of Contentshttps://docs.python.org/dev/contents.html
base64 — Base16, Base32, Base64, Base85 Data Encodingshttps://docs.python.org/dev/library/base64.html
RFC 4648 Encodingshttps://docs.python.org/dev/library/base64.html#rfc-4648-encodings
Base85 Encodingshttps://docs.python.org/dev/library/base64.html#base85-encodings
Legacy Interfacehttps://docs.python.org/dev/library/base64.html#legacy-interface
Security Considerationshttps://docs.python.org/dev/library/base64.html#security-considerations
mimetypes — Map filenames to MIME typeshttps://docs.python.org/dev/library/mimetypes.html
binascii — Convert between binary and ASCIIhttps://docs.python.org/dev/library/binascii.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/base64.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/binascii.html
previoushttps://docs.python.org/dev/library/mimetypes.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Internet Data Handlinghttps://docs.python.org/dev/library/netdata.html
base64 — Base16, Base32, Base64, Base85 Data Encodingshttps://docs.python.org/dev/library/base64.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.