ID EN
Base64

b32decode

Python 3.11

Decode the Base32 encoded bytes-like object or ASCII string s and return the decoded bytes.

Syntax

PYTHON
base64.b32decode(s, casefold=False, map01=None)

See Also

bytes-like object bytes binascii.Error