Re: Store Encrypted Files
- From: tim.de.roock@xxxxxxxxx
- Date: 8 Jan 2007 09:49:29 -0800
Chuck schreef:
Chuck wrote:
tim.de.roock@xxxxxxxxx wrote:
Hi guys,
I have a couple of questions concerning sending and storing encypted
files on a server.
What i would like to do is have
1) a client (preferably browser) encrypt files,
2) send this securely to a server and
3) let the server store this encrypted file,
4) let the client download his encrypted file and decrypt it.
A major requirement is, the encryption key can (should) never be know
by the server !
I have been looking at several options like https, sftp, ssl,...
But i feel like a noob when it comes to security.
Now my questions to you experts out there
1) Is it possible to store encrypted files over ssl, knowing that the
server can't automatically decrypt?
i have found this thread somewere else saying it is not possible
http://channel9.msdn.com/ShowPost.aspx?PostID=260779
2) I want to use a browser to upload files to the server, but since
https isn't really a file transfer protocol, would this be a good idea?
Could the same requirements be met using sftp?
3) Where is the best way to get started using the proposed solution, in
other words, where can i find good documentation?
THX guys!
Sounds like you want GnuPG. Can be downloaded for free at
http://www.gnupg.org/.
I should point out that this requires you to do the encryption and
decryption manually on your client. One advantage is that you don't need
to use an secured network protocol to transfer the file. It was
encrypted before it ever hit the network.
Chuck, thx for your reply!
I thought about that technique also,
and indeed, uploading and downloading do not neccesarily require a
secure protocol.
But this technique implies a client that is capable of encrypting the
files before uploading, and because i do not want to use javascript
(clients turn them on and of as they please) i guess i'm stuck with a
fat client application.
But still i would like to find a solution to use a web interface !
More help appreciated
.
- Follow-Ups:
- Re: Store Encrypted Files
- From: Chuck
- Re: Store Encrypted Files
- References:
- Store Encrypted Files
- From: tim . de . roock
- Re: Store Encrypted Files
- From: Chuck
- Re: Store Encrypted Files
- From: Chuck
- Store Encrypted Files
- Prev by Date: Re: DenyUsers option on OpenSSH 4.4p1 (not working?)
- Next by Date: Re: DenyUsers option on OpenSSH 4.4p1 (not working?)
- Previous by thread: Re: Store Encrypted Files
- Next by thread: Re: Store Encrypted Files
- Index(es):
Relevant Pages
|