Splunk Search

how to obfuscate some text inside a python lookup script?

RiccardoV
Communicator

Hi,
in my App I have a python lookup script that do a connection with an external service.
Into this script I create a standard HTTP request, and inside the payload I have some XML tags with the credentials for the authentication for this service.

Now I have to install this App into a customer's server. There is a methon to encrypt in some way this data to make at least a little bit harder, even with a simple obfuscation algorithm, to intercept or read?

thanks!

0 Karma
1 Solution

MHibbin
Influencer

One solution that I have used before is to use base64, although it may not be the best way, it's the only way I found to be feasible (for my case at least).

You could create a script that handles the processing of the username/password through the base64 module and any other "jazz" you may want to do with the password. Once this script has been created you could import it into you main script and use in this way.

Not sure if this helps, but I hope it does.

Ref: http://docs.python.org/2/library/base64.html

View solution in original post

MHibbin
Influencer

One solution that I have used before is to use base64, although it may not be the best way, it's the only way I found to be feasible (for my case at least).

You could create a script that handles the processing of the username/password through the base64 module and any other "jazz" you may want to do with the password. Once this script has been created you could import it into you main script and use in this way.

Not sure if this helps, but I hope it does.

Ref: http://docs.python.org/2/library/base64.html

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...