ID EN
Base64

b85decode

Python 3.11

Decode the base85-encoded bytes-like object or ASCII string b and return the decoded bytes. Padding is implicitly removed, if necessary.

Syntax

PYTHON
base64.b85decode(b)

See Also

bytes-like object bytes