Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

decode_str

encodings.base32.decode_str

decodes a base32 string, decoding is strict as required by RFC 4648
lowercase letters, non alphabet characters, line breaks, missing padding cause errors
NYI: decoding does currently not reject encodings where the padding bits have not been set to zero prior to encoding
therefore in some cases multiple encodings can be decoded to the same data
See RFC4648 section 3.5: https://datatracker.ietf.org/doc/html/rfc4648#section-3.5
0.095dev (2025-09-09 14:29:31 GIT hash 98644f8f651c2101a0730cfe31c5807993b7603b built by fridi@fzen)