Re: Python obfuscation

2005-11-16 Thread petantik
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

Re: Python obfuscation

2005-11-11 Thread petantik
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

Re: Python obfuscation

2005-11-10 Thread petantik
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

Re: Python obfuscation

2005-11-09 Thread petantik
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

Python obfuscation

2005-11-09 Thread petantik
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