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

Jeremy Hylton jeremy at alum.mit.edu
Fri Dec 30 00:06:31 EST 2005


On 12/29/05, Monica chopra <mail2monica_2k at yahoo.com> wrote:
> 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.

You need to be more careful in formulating your question.  What data
are you attempting to hide? Who you are attempting to hide it from?
And so.  Neither ZODB nor FileStorage were designed with a thought
towards encrypting the persistent representation of the data.

Jeremy


More information about the ZODB-Dev mailing list