Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Samridhi
Contributor II
Contributor II

encrypt password

Hi

Is there any way to encrypt passwords while using implicit context load file

 

Labels (2)
1 Reply
ashif2
Creator II
Creator II

There is an workaround to achieve this . 

 

For example , you are using base 64 encode for encryption .

 

Encrypt the password / sensitive information using base 64 method (either using  custom app or online https://www.base64encode.org/).

 

Use the encrypted password in implicit context load file.

 

In the your job  , add the jar  / import the necessary utility and import the file 

 

https://stackoverflow.com/questions/14413169/which-java-library-provides-base64-encoding-decoding

 

and decode the password in your job.