Hello, I wonder if anyone knows the existance of an encryption (maybe gnupg) product or similar to encrypt any object using Zope. The idea is to store sensitive information, such as /My_Personal_Docs/Finances.xls Any hints about this? TIA
On Mon, Feb 24, 2003 at 11:51:54AM -0500, Jordi wrote:
Hello,
I wonder if anyone knows the existance of an encryption (maybe gnupg) product or similar to encrypt any object using Zope.
The idea is to store sensitive information, such as /My_Personal_Docs/Finances.xls
Any hints about this?
My first thought is: use External File in combination with an encrypted filesystem -- __________________________________________________ "Nothing is as subjective as reality" Reinoud van Leeuwen reinoud.v@n.leeuwen.net http://www.xs4all.nl/~reinoud __________________________________________________
On Monday 24 February 2003 11:17 pm, Reinoud van Leeuwen wrote:
On Mon, Feb 24, 2003 at 11:51:54AM -0500, Jordi wrote:
I wonder if anyone knows the existance of an encryption (maybe gnupg) product or similar to encrypt any object using Zope.
The idea is to store sensitive information, such as /My_Personal_Docs/Finances.xls
Any hints about this?
My first thought is: use External File in combination with an encrypted filesystem
I have some Zopes where the whole zodb is on an encrypted filesystem. It works well. -- Toby Dickenson http://www.geminidataloggers.com/people/tdickenson
The idea is to store sensitive information, such as /My_Personal_Docs/Finances.xls You might be able to use ExternalEditor (http://www.zope.org/Members/Caseman/ExternalEditor) and decrypt the file at the client. In that way you can store the files encrypted and handle all the gnupg-stuff (or similar) at the client.
Didn't try this btw. Please write a howto or some other docs if you succeed! PieterB
participants (4)
-
Jordi -
PieterB -
Reinoud van Leeuwen -
Toby Dickenson