I wanted to know if it's possible to hide the tcl/tk script (by compiling or something)? Because I want to put some password inside my Tcl/Tk script and of course, do not want the others users to see them (under Windows).
These provide an overview of the different strategies and technologies for compilation and obfuscation. Depending on your overall needs, you might find a solution better suited to your situation than those I'll mention below.
TclPro Compiler was written specifically to obfuscate Tcl code. (It's unfortunately misnamed, as it doesn't really compile the code into binary format.) You can find out more about TclPro Compiler at the Wiki page "TclPro,"
Another option you might want to consider is Freewrap. The primary purpose of Freewrap is to take one or more Tcl scripts and accompanying support files and transform them into a single-file executable program. However, Freewrap also (by default) encrypts the scripts it wraps. You can find out more about Freewrap at the Wiki page "Freewrap,"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.