lopers, when writing code consider how protected their code will
be when considering what language they will write it in i.e ease of
use, speed of language, maintainability and 'obfuscatability' ?
Is the problem of protecting or otherwise encrypting portions of code a
showstopper for some companies/individuals when using bytecode
interpreted languages?
I'm asking coz i don't have any real world/industrial basis to better
understand the problem and factors involved when selling software - i'm
just a student
*
petantik f00l
http://petantik.blogsome.com - A Lucid Look at Reality
--
http://mail.python.org/mailman/listinfo/python-list
Ben Sizer wrote:
> Mike Meyer wrote:
> > There are ways to distribute
> > Python modules so that the user can't just open them in a text
> > editor. There are also ways to get cryptographic security for
> > distributed modules.
>
> I know distributing as bytecode helps, but I was under the impressi
Alex Martelli wrote:
> Anand S Bisen <[EMAIL PROTECTED]> wrote:
>
> > I dont know much !! But if somebody asks me this question my answer
> > would be to convert some of the meat inside my programs to C/C++ and
> > then provide the interface to those novel ideas to Python using swig.
> > And for an
Yu-Xi Lim wrote:
> Steve Holden wrote:
> > Before adding complex protection mechanisms to your code you first need
> > some code worth protecting, which is to say it should have some novel
> > features or represent a lot of work that offers useful integrated
> > functionality for a task or a skill
Are there any commercial, or otherwise obfuscators for python source
code or byte code and what are their relative advantages or
disadvantages. I wonder because there are some byte code protection
available for java and .NET, although from what i've read these seem to
be not comprehensive as prote