On 12/29/05, Monica chopra <[EMAIL PROTECTED]> 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
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to