Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

decrypting freewrap

0 views
Skip to first unread message

Alex

unread,
May 18, 2003, 9:22:18 PM5/18/03
to
I've found that the tcl scripts in the executable one can make from
freewrap can be easily decrypted by the following method:

1. zvfs::mount yourApp.exe /inZip

2. reading yourApp.tcl in /inZip

3. freewrap::decrypt yourApp.tcl

Is there a simple and more secure (stop source code being read) addition
that I can make to my scripts and still use freewrap?

Thanks.

Daniel

unread,
May 19, 2003, 2:56:54 AM5/19/03
to
You can compile your code files into bytecode before wrapping.
Checkout Activestate TclDevKit or the older but open source TclPro (Sourceforge)


vizan...@hotmail.com (Alex) wrote in message news:<3957b880.03051...@posting.google.com>...

Dennis LaBelle

unread,
May 19, 2003, 5:11:42 PM5/19/03
to
Alex wrote:

You can re-compile freeWrap using an encryption key that is different from
the publicly distributed program then use your private version to wrap your
applications.

Dennis LaBelle

0 new messages