← Back to team overview

sikuli-driver team mailing list archive

[Bug 815475] Re: Sikuli Code Protection

 

(at least as long as the engine API is in Java): The easiest way to
protect your script, is to have it in Java and distribute it as a self
contained .jar (there has to be invested some work, to make the lib
files loadable on the target machine (like it is already done for the
Tesseract stuff (OCR)).

Even using Scala, Groovy or JRuby (my first choice) is possible to make
this happen.

The Python level (Sikuli script level) is not suitable to protect your
code (at least not as a feature, that is available on the three
platforms)

There are many tools available to wrap everything into an .exe, if you
like.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/815475

Title:
  Sikuli Code Protection

Status in Sikuli:
  New

Bug description:
  Hello all,

  I think there must be some sort of code protection in Sikuli, i
  wouldn't prefer to let anyone running my code to have a full
  visibility on it.

  I would suggest as well to execute a complete package exe file so i
  can run it without having to install Sikuli IDE in each PC.

  Thanks all for this great project,
  Ahmad

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/815475/+subscriptions


References