Home
/
Python 3.11
/
Base64
/
b32encode
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Base64
b32encode
Python 3.11
Encode the bytes-like object s using Base32 and return the encoded bytes.
Syntax
PYTHON
Copy
base64.b32encode(s)
See Also
bytes-like object
bytes