icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading Base64 encode or decode fields using Perl instead of Python
SHA256 checksum (base64-encode-or-decode-fields-using-perl-instead-of-python_024.tgz) ea02f6789c3893f60f323332cf3f6ce9f623e4ee97c91096a1ddf65b25a93dc7 SHA256 checksum (base64-encode-or-decode-fields-using-perl-instead-of-python_023.tgz) 78f1687d0e448d9aa29d70669fb2607646adb2813b63d7a50d82e38f0717c6ab SHA256 checksum (base64-encode-or-decode-fields-using-perl-instead-of-python_022.tgz) 6095ccc87d53243e7e6524140768e87fd810a35f85866a4b58debece7988579d SHA256 checksum (base64-encode-or-decode-fields-using-perl-instead-of-python_021.tgz) 1bfa888740d652303c56a7f506ccbef965c8918450f538ddb11fa20d40c61b8f SHA256 checksum (base64-encode-or-decode-fields-using-perl-instead-of-python_020.tgz) 9fb5cc3f9d9210cd40331360b6495aea35e725d9d7b8ae6589f58f8324c10061 SHA256 checksum (base64-encode-or-decode-fields-using-perl-instead-of-python_011.tgz) bd49b08a55aca2ad01c4909231d29cd7926a5ca6ad8e40deabcaed3d3de854b5 SHA256 checksum (base64-encode-or-decode-fields-using-perl-instead-of-python_010.tgz) bca18e6431d58117ff55a3a4a36258a64773c2ef4ee5587466ee3ea7bc02ea7b
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Base64 encode or decode fields using Perl instead of Python

This app has been archived. Learn more about app archiving.
This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
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

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

You will have to install come Perl modules:

cpanm Text::CSV_XS
cpanm URI::Escape

If you don't have cpanminus, try with standard cpan:

cpan install Text::CSV_XS
cpan install URI::Escape

Examples:

index= | base64pl
index=
| base64pl action=encode field=_raw | based64pl action=decode field=_raw
index= | base64pl field=_raw
index=
| base64pl mode=append field=process action=encode | table _raw, b64_process

Release Notes

Version 0.2.4
March 19, 2019

Do not break multivalue fields

Version 0.2.3
March 19, 2019

bugfix: use Encode to handle utf8

Version 0.2.2
March 19, 2019

Remove dependance over Data::Dumper

Version 0.2.1
March 14, 2019

Changes to make the release pass automated Splunk tests.

Version 0.2.0
Oct. 3, 2015
Version 0.1.1
Oct. 3, 2015
  • bugfix: do not retain events (huge speed improvement)
Version 0.1.0
Sept. 19, 2015

First try at porting Intersplunk to Perl.


Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk Inc. in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.