Prev: Parser tools : "expected start <= end for range"
Next: Help fix my code: Problem in making folder contents backup then delete it
From: Ahmad on 27 Jul 2010 15:37 Hi, I have a tcl script that I need to ship to my customer encrypted as it's some propitiatory contents that I don't need him to see. What are the best practice in encrypting Tcl script? Thanks, Ahmad
From: Georgios Petasis on 27 Jul 2010 15:44 Στις 27/7/2010 22:37, ο/η Ahmad έγραψε: > Hi, > > I have a tcl script that I need to ship to my customer encrypted as > it's some propitiatory contents that I don't need him to see. > > What are the best practice in encrypting Tcl script? > > Thanks, > Ahmad ActiveState's Tcl Development Kit (TDK)? George
From: Gerald W. Lester on 27 Jul 2010 17:01 Ahmad wrote: > Hi, > > I have a tcl script that I need to ship to my customer encrypted as > it's some propitiatory contents that I don't need him to see. > > What are the best practice in encrypting Tcl script? TclApp which is in ActiveState's TDK. -- +------------------------------------------------------------------------+ | Gerald W. Lester, President, KNG Consulting LLC | | Email: Gerald.Lester(a)kng-consulting.net | +------------------------------------------------------------------------+
From: tom.rmadilo on 27 Jul 2010 17:14 On Jul 27, 2:01 pm, "Gerald W. Lester" <Gerald.Les...(a)KnG- Consulting.net> wrote: > Ahmad wrote: > > Hi, > > > I have a tcl script that I need to ship to my customer encrypted as > > it's some propitiatory contents that I don't need him to see. > > > What are the best practice in encrypting Tcl script? > > TclApp which is in ActiveState's TDK. You can encrypt object code? Didn't know that.
From: Gerald W. Lester on 27 Jul 2010 18:59
tom.rmadilo wrote: > On Jul 27, 2:01 pm, "Gerald W. Lester" <Gerald.Les...(a)KnG- > Consulting.net> wrote: >> Ahmad wrote: >>> Hi, >>> I have a tcl script that I need to ship to my customer encrypted as >>> it's some propitiatory contents that I don't need him to see. >>> What are the best practice in encrypting Tcl script? >> TclApp which is in ActiveState's TDK. > > You can encrypt object code? Didn't know that. Sorry should have said TclCompiler -- by encrypt I assume he meant compile it so it can't be seen. Of course, he might also like to deliver it as a single executable -- which would be TclApp (it can compile as during the wrap). -- +------------------------------------------------------------------------+ | Gerald W. Lester, President, KNG Consulting LLC | | Email: Gerald.Lester(a)kng-consulting.net | +------------------------------------------------------------------------+ |