This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kwatsen
Recipients ammar2, kwatsen
Date 2021-01-29.17:19:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611940796.12.0.641881234123.issue42628@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-01-29 17:19:56kwatsensetrecipients: + kwatsen, ammar2
2021-01-29 17:19:56kwatsensetmessageid: <1611940796.12.0.641881234123.issue42628@roundup.psfhosted.org>
2021-01-29 17:19:56kwatsenlinkissue42628 messages
2021-01-29 17:19:56kwatsencreate