From: Ahmad on
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/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
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
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
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 |
+------------------------------------------------------------------------+