29 Apr
2002
29 Apr
'02
8:45 p.m.
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