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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...