[Zope-dev] Size of Data.fs - and crypto.
Erik Enge
erik+list@esol.no
10 Sep 2000 20:22:34 +0200
[Chris McDonough]
| [Erik Enge]
|
| > 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.
|
| You'd probably need to rewrite the pickling and unpickling routines used
| in lib/python/ZODB/Connection.py to dump and load "encrypted" pickles.
I thought so... Has anyone done this?