decodes a sequence of ASCII characters, decoding is strict as required by RFC 4648 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-08-15 12:02:22 GIT hash 301b5b75e77076d091b38f555473f9f0e31e5b5c built by fridi@fzen)
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