Re: https file transfer

2007-05-19 Thread Joachim Schipper
On Fri, May 18, 2007 at 03:31:50PM -0400, stuart van Zee wrote: > I have just been handed a new project and would like to > know if anyone has any software suggestions that would > fit the requirements or at least a point in the right > direction. > > We need to have an https server running that

Re: https file transfer

2007-05-18 Thread bofh
And if he encrypts using the http server's ssl cert, he doesn't even have to worry about decryption issues - the https server can dwcrypt and toss it to the downloading user. Security? What's that? His looks more like a business/audit issue. Am I jaded that I can now see giving the users what t

Re: https file transfer

2007-05-18 Thread viq
On 18/05/07, stuart van Zee <[EMAIL PROTECTED]> wrote: I have just been handed a new project and would like to know if anyone has any software suggestions that would fit the requirements or at least a point in the right direction. We need to have an https server running that users can upload un-

Re: https file transfer

2007-05-18 Thread Stuart Henderson
On 2007/05/18 14:49, L. V. Lammert wrote: > saving as a temporary file until the upload is complete, then encrypting. temporary file? that depends on the exact definition of "absolutely sure that they aren't sitting on our system without being encrypted" decryption will need to involve some user

Re: https file transfer

2007-05-18 Thread Tobias Ulmer
On Fri, May 18, 2007 at 03:31:50PM -0400, stuart van Zee wrote: > I have just been handed a new project and would like to > know if anyone has any software suggestions that would > fit the requirements or at least a point in the right > direction. > > We need to have an https server running that

Re: https file transfer

2007-05-18 Thread L. V. Lammert
At 03:31 PM 5/18/2007 -0400, stuart van Zee wrote: I have just been handed a new project and would like to know if anyone has any software suggestions that would fit the requirements or at least a point in the right direction. We need to have an https server running that users can upload un-encr

https file transfer

2007-05-18 Thread stuart van Zee
I have just been handed a new project and would like to know if anyone has any software suggestions that would fit the requirements or at least a point in the right direction. We need to have an https server running that users can upload un-encrypted files to and have those files encrypted on t