[issue42628] binascii doesn't work on some base64

Kent Watsen report at bugs.python.org
Fri Jan 29 12:19:56 EST 2021


Kent Watsen <kent+python at watsen.net> added the comment:

I see.  There are two issues:

1) my `base64` and `openssl` CLI commands were flipped, as you point out, giving a false positive - oops ;)

2) more importantly, the base64 value "ue==" is invalid (there is no binary input that could possibly generate it) and none of the implementations issued a warning or error, which is reasonable IMO.

Thank you for your help.  Please close this issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42628>
_______________________________________


More information about the Python-bugs-list mailing list