ID EN
Base64

b85encode

Python 3.11

Encode the bytes-like object b using base85 (as used in e.g. git-style binary diffs) and return the encoded bytes.

Syntax

PYTHON
base64.b85encode(b, pad=False)

See Also

bytes-like object bytes