Encoding Script

6 posts / 0 new
Last post
Ahmed
Offline
Joined: 09/20/2017 - 05:45
Encoding Script

Dear All,I have a script that I’m going to send it to my colleague so, I’d like to secure this script to allowed him to only execute the script without modifying  or reading the contents 
Thanks’.

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Ahmed and welcome to the site.

You can do this by compiling the script.  From within the script editor select save as and then select compiled files:

You can then share your file and the user can't make any changes to it.  Make sure you save a copy as an iss file or else you will loose your code.

Brian

Ahmed
Offline
Joined: 09/20/2017 - 05:45

Hi Brian,
this way work correctly by changing from .iss to .ise, so for the reciever how is't possible for him to open it ? and i try to myself and it's impossible
can you help me ?
Thank you.

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Ahmed,

You can't just change the iss to an ise you have to save it as an ise.  You would then open IDEA, select Macros and Run and then select the file.  It should run fine but you can't open it with the IDEAScript editor.

Hope that helps out.

Brian

 

Ahmed
Offline
Joined: 09/20/2017 - 05:45

Thank you very much Brian.
it work's as i hope it.

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Glad to help.