in reply to Re: Hiding your Script
in thread Hiding your Script

If you want to "protect" your code use pure compiled languages : C, C++, Pascal...

Even pure compiled languages can be decompiled or at least disassembled... that's how they are cracked. The only real solution for "code security" would be something like paladium, adding to the CPU the capability to run encrypted binaries.

Replies are listed 'Best First'.
Re^3: Hiding your Script
by wazoox (Prior) on May 30, 2005 at 15:04 UTC
    Yes, but you can use some tools to prevent debugging at runtime, encrypt the code, etc. This sort of "armoring" is quite common among the best computer viruses and makes disassembling really a hard time :)