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 _______________________________________________ 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