Message12260

Author stefan.richthofer
Recipients jeff.allen, stefan.richthofer
Date 2019-01-03.17:49:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546537775.91.0.493007365448.issue2663@roundup.psfhosted.org>
In-reply-to
Content
Indeed we can maybe use it from Python stl: https://docs.python.org/2/library/base64.html

There is also Apache Commons Codec: http://commons.apache.org/proper/commons-codec/

Also see https://stackoverflow.com/questions/13109588/base64-encoding-in-java

For sake of avoiding yet another dependency the Python stl version should be favorable. OTOH we are already shipping an Apache Commons module: Apache Commons Compress (https://github.com/jythontools/jython/blob/master/extlibs/commons-compress-1.14.jar). So Apache Commons seems to be fairly modular, it might not be a big deal.
History
Date User Action Args
2019-01-03 17:49:35stefan.richthofersetmessageid: <1546537775.91.0.493007365448.issue2663@roundup.psfhosted.org>
2019-01-03 17:49:35stefan.richthofersetrecipients: + stefan.richthofer, jeff.allen
2019-01-03 17:49:35stefan.richthoferlinkissue2663 messages
2019-01-03 17:49:35stefan.richthofercreate