[Zope] Propietary software with Zope.
Michel Pelletier
michel@digicool.com
Tue, 10 Jul 2001 16:09:47 -0400 (EDT)
On Tue, 10 Jul 2001, Oleg Broytmann wrote:
> On Tue, 10 Jul 2001 sean.upton@uniontrib.com wrote:
> > Does this work? Even if it didn't I bet that you could just use the .pyc
> > files with dummy .py files created using touch and a file date older than
> > the .pyc file. In theory, this would work, right?
>
> .pyc files are easily decompilabale.
Into bytecode, which isn't that understandable unless you have a history
in languages like FORTH.
It's also easily encryptable. Before Zope was open source, all our .pyc
modules were encrypted.
-Michel