30 Apr
2002
30 Apr
'02
3:48 p.m.
Pawel Lewicki writes:
... source code security ... 1. Zope management (I suppose the easiest) Do not know what you mean... I mean to disable management permissions
2. Data.fs (Can you pull the stored objects and browse externally?) You could modify "cpickle" to write and read encrypted pickles... I there any mature solution?
3. Secure encryption of external Python modules and methods. You could modify Python's "importModule" to handle encrypted files. The same question as above.
Pawel Lewicki