Re: Intercepting with data for mod_dav

2005-02-05 Thread Philippe M. Chiasson
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/ --

Re: Intercepting with data for mod_dav

2005-02-04 Thread Stefan Sonnenberg-Carstens
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

RE: Intercepting with data for mod_dav

2005-02-04 Thread Jeff Finn
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

Intercepting with data for mod_dav

2005-02-04 Thread Stefan Sonnenberg-Carstens
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