ID EN
Base64

standard_b64decode

Python 3.11

Decode bytes-like object or ASCII string s using the standard Base64 alphabet and return the decoded bytes.

Syntax

PYTHON
base64.standard_b64decode(s)

See Also

bytes-like object bytes