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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hide/encrypt job to other users

Hi Guys 0683p000009MApQ.png ,

 

In oracle we have option to encrypt oracle programs (procedure function etc ) so others can't see what is written inside . but they can execute these any time as usual .

 

Now I am wondering if we have some similar type of option in Talend where we can share the source Code with third party and they can run them as batch file or from jar file but they can't see how we have designed the job until some specific decryption key is provided.

0683p000009MAG7.png

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Compile the jobs and don't send the source code. A Talend job is a compiled Java application. While you can decompile compiled Java, there is very little chance of anyone being able to work backwards from the decompiled code to a Talend Job design.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Compile the jobs and don't send the source code. A Talend job is a compiled Java application. While you can decompile compiled Java, there is very little chance of anyone being able to work backwards from the decompiled code to a Talend Job design.

Anonymous
Not applicable
Author

Rhall and Vapukov , You guys rocks man.
You both have helped me at multiple occasions .

Thanks a ton 0683p000009MACn.png