[Zope] Encryption help

David Hassalevris bluepaul@earthlink.net
Sun, 23 Mar 2003 11:50:37 -0800


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