Size of Data.fs - and crypto.
Hi. Does the performance of Zope degrade as the Data.fs get larger? Both on startup time (which I'm pretty sure will degrade) and on respons time, serving a object f ex? Another thing. Have anyone tried to encrypt all data inside the Data.fs file? I mean, encrypted the data so that not even root can access it, only if you have the right passphrase (or whatever) in the management interface are you allowed access to the data. Anyone tried anything like that? Thanks.
In article <87lmx02s6w.fsf@src.no>, Erik Enge <erik@esol.no> wrote:
Another thing. Have anyone tried to encrypt all data inside the Data.fs file? I mean, encrypted the data so that not even root can access it, only if you have the right passphrase (or whatever) in the management interface are you allowed access to the data.
Anyone tried anything like that?
You could encrypt the objects (but not the metadata) easily by using the same layering technique as CompressedStorage. Replace the part the calls zlib with something that calls rotor, or some other encryption module. Of course, you still have to have the decryption somewhere where zope can get to it.
participants (2)
-
Erik Enge -
tsarnaļ¼ endicor.com