← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #243323]: Is it possible to import a .skl file? If not, workaround?

 

Question #243323 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243323

    Status: Open => Answered

RaiMan proposed the following answer:
yes, .skl cannot be imported currently.

The workflow you mentioned to get a "secured" script is ok on the
surface.

... but since at runtime at some time everything is readable, one that
wants to get the code, simply has to abort the script and start with the
main script that is in the temp folder at that time.

Generally: Scripting means interpreting a given text and hence trying to secure will never be finally work as expected.
... and with the current approach, the images will be freely available at any time during run.

If you want to have more options to secure your code and images, you
have to program in Java against sikuli-java.jar.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.