10 Sep
2000
10 Sep
'00
6:22 p.m.
[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?