[ZODB-Dev] Query Regrading ZODB FileStorage(.fs file)

Dieter Maurer dieter at handshake.de
Fri Dec 30 13:31:31 EST 2005


Monica chopra wrote at 2005-12-29 18:17 -0800:
>  I have recently jumped into python and ZODB . I am quiet familar to syntax and everything but there is one Issue . when we create a .fs file or say data.fs and saves in it some objects.If we open this file in notepad or other editior. It shows the data about objects everything its name its address or whatever information an object has.you can search particular property in that file. What should be done to hide that data.

It would not be difficult to implement an "EncryptedFileStorage".

However, the key(or keys) for the encryption/decryption must
be kept somewhere. Out of hand, it is not obvious that protecting
these keys is much easier than protecting the storage itself.


-- 
Dieter


More information about the ZODB-Dev mailing list