Python stdlib module — base64. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.a85decode()Neutrala85decode(b, foldspaces, adobe, ignorechars)
Decode the Ascii85 encoded bytes-like object or ASCII string b.
.a85encode()Neutrala85encode(b, foldspaces, wrapcol, pad, adobe)
Encode bytes-like object b using Ascii85 and return a bytes object.
.b16decode()Neutralb16decode(s, casefold)
Decode the Base16 encoded bytes-like object or ASCII string s.
.b16encode()Neutralb16encode(s)
Encode the bytes-like object s using Base16 and return a bytes object.
.b32decode()Neutralb32decode(s, casefold, map01)
Decode the base32 encoded bytes-like object or ASCII string s.
.b32encode()Neutralb32encode(s)
Encode the bytes-like objects using base32 and return a bytes object.
.b32hexdecode()Neutralb32hexdecode(s, casefold)
Decode the base32hex encoded bytes-like object or ASCII string s.
.b32hexencode()Neutralb32hexencode(s)
Encode the bytes-like objects using base32hex and return a bytes object.
.b64decode()Neutralb64decode(s, altchars, validate)
Decode the Base64 encoded bytes-like object or ASCII string s.
.b64encode()Neutralb64encode(s, altchars)
Encode the bytes-like object s using Base64 and return a bytes object.
| FQN | Field | |
|---|---|---|
| base64 | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import base64