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 (2026-02-20 12:42:29 GIT hash dbcc3e4b3d2a59f66230b482cff8f0b018178d77 built by fridi@fzen)
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