Message: 45 Date: Wed, 06 Nov 2002 17:38:19 +0200 From: =?ISO-8859-15?Q?Teemu_Yli-Elsil=E4?= <tmu@mawell.com> To: zope@zope.org, zope-dev@zope.org Subject: [Zope] PKI, SOAP with Zope?
1. PKI support for authenticating users using client-side=20 certificates (obviously over a SSL connection). To be used with=20 smart cards as well as certificate files as client-side=20 authentication vessel (ie. no username/password prompts).
Some links that might help: http://aspn.activestate.com/ASPN/Mail/Message/447789 http://aspn.activestate.com/ASPN/Mail/Message/345279 http://aspn.activestate.com/ASPN/Mail/Message/1340819 http://www.pyca.de/ You could write that kind of product on your own, if there is not any fully suitable for your purposes available - and release it to the community too ,-)
3. Further related: Encrypted storage for selected documents on=20 the server (PGP/whatever).
So you want to encrypt documents that are stored in ZODB? No problem. Write your own product which does it while encrypts the document after uploading the file to server. Look at the code of CMF and Plone basic content types, shouldn't be too much of a hassle. -huima
participants (1)
-
Heimo Laukkanen