Skip to main content
Warning
This app is archived. App archiving documentation
Base64 encode or decode fields using Perl instead of Python app icon

Base64 encode or decode fields using Perl instead of Python

A Perl version of Cedric Le Roux base64 encode/decode. A limitation exists in Base64 Python lib that made me develop this Perl version: it does not handle padding the right way.Built by Patrice Auffret
splunk product badge

Default Version 0.2.4

March 19, 2019

Compatibility

Splunk Enterprise

Rating
2
(1)

Log in to rate this app

Support
Archived App

A Perl version of Cedric Le Roux base64 encode/decode. A limitation exists in Base64 Python lib that made me develop this Perl version: it does not handle padding the right way. This Perl version provides two advantages over the Python version: - speed: about 2x faster thanks to Text::CSV_XS Perl module - padding: don't worry about padding issues anymore