Encryption strategy for Amazon S3?

3

2

I'm running Windows and strongly considering using Amazon S3 to back up some of my more important data, but i'm having trouble coming up with a good encryption strategy. I'm a fan of Truecypt and use it locally but it sounds incredibly inefficient to use over S3. For example, if I want to work on some photos that are in a 5GB container i'd have to download the entire container to mount it. Costly and impractical.

I've heard of Duplicity and it sounds like a good option, but i'd rather have a more elegant solution that doesn't involve cygwin. What are my options?

Don

Posted 2010-09-02T16:36:58.940

Reputation: 31

Do you need the files to be encrypted on your own hard drive, as well as on S3? If not then Dropbox, for example, will encrypt each individual file before it leaves your PC. – sblair – 2010-09-02T17:22:26.280

Dropbox's pricing options are a bit too much. I'd prefer to use Amazon S3 as-is, pay for what I actually use. – Don – 2010-09-02T17:24:02.460

Also bear in mind that Dropbox hold the keys for the encryption, not you, and so you are not the only person with access to your files. If you trust Dropbox, that's fine, but it's worth bearing in mind. – Lukasa – 2011-06-12T10:47:44.483

Answers

3

My two cents go to Jungledisk. The interface is great, it will plug right into S3 and works great in a Windows ecosystem

Braden

Posted 2010-09-02T16:36:58.940

Reputation: 345

How would this encrypt the files though? – JFW – 2010-09-09T15:03:34.627

Jungle disk has had crazy encryption since back in 06. The encrypt each file with a different 256bit AES key instead of the entire "package" http://blog.jungledisk.com/2006/06/06/encryption/

– Braden – 2010-09-10T13:05:03.977