I am making a product that needs to recieve requests from clients over HTTPS and store data in an encrypted form only. Does Zope support HTTPS, and if yes, how do I activate that support? Further, how can I encrypt some files my product generates and have Zope write only the encrypted version to disk? -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup
1) Do Zope or Google searches on Apache + SSL and also Zope + SSL. 2) With eternal python you have access to some encryption. For example I've used Import Rotor to encrypt some stuff in the past. David ----- Original Message ----- From: "Matt Ficken" <mattficken@mail.com> To: <zope@zope.org>; <zope-dev@zope.org> Sent: Saturday, March 22, 2003 9:36 PM Subject: [Zope] Encryption help
I am making a product that needs to recieve requests from clients over HTTPS and store data in an encrypted form only. Does Zope support HTTPS, and if yes, how do I activate that support?
Further, how can I encrypt some files my product generates and have Zope write only the encrypted version to disk?
participants (2)
-
David Hassalevris -
Matt Ficken