[Zope] Zope+Python source-code security

Dieter Maurer dieter@handshake.de
Mon, 29 Apr 2002 22:45:13 +0200


Pawel Lewicki writes:
 > ... source code security ...
 > 1. Zope management (I suppose the easiest)
Do not know what you mean...

 > 2. Data.fs (Can you pull the stored objects and browse externally?)
You could modify "cpickle" to write and read encrypted pickles...

 > 3. Secure encryption of external Python modules and methods.
You could modify Python's "importModule" to handle
encrypted files.

Of course, the key must be somewhere.
A true hacker will find it...


Dieter