Jeff Finn wrote:
[...]
To the list:
My encryption is proprietary based on the PW the user sends... anyone know a
tested symmetric streaming (not block) encryption algoritm?
RC4:
http://search.cpan.org/dist/Crypt-RC4/
SEAL2:
http://search.cpan.org/dist/Crypt-SEAL2/
--
AM
To: modperl@perl.apache.org
Subject: Intercepting with data for mod_dav
Hi list,
I'm struggeling a bit with the following :
I set a mod_dav DAV server, which works fine.
One thing I *must* accomplish, is to write the
uploaded files encrypted in some way to the disk,
and publish them back une
Sonnenberg-Carstens [mailto:[EMAIL PROTECTED]
Sent: Friday, February 04, 2005 9:11 AM
To: modperl@perl.apache.org
Subject: Intercepting with data for mod_dav
Hi list,
I'm struggeling a bit with the following :
I set a mod_dav DAV server, which works fine.
One thing I *must* accomplish, is to
Hi list,
I'm struggeling a bit with the following :
I set a mod_dav DAV server, which works fine.
One thing I *must* accomplish, is to write the
uploaded files encrypted in some way to the disk,
and publish them back unencrypted.
That should be perfectly possible with
apache's filters.
The problem