Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys ,
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.
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.
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.