This lets you encrypt files on whatever your storage backend is. So it would be great if you use Amazon S3 as your storage backend, but don’t trust every Amazon employee who has access to that data (maybe a few hundred employees?).
I started working on this feature basically to blow off steam because my brand new, very expensive server wasn’t working. After many hours of troubleshooting, I think it was just a bad stick of RAM. So I got that going for me, which is nice.
I added file contents encryption:
https://github.com/sciactive/nephele/commit/5f18364275ec520fdd50bf456086bc0820ae98d2
And filename encryption:
https://github.com/sciactive/nephele/commit/945ba4bcf29ff2a91c00226d87049ed79094b452
To my WebDAV server:
https://github.com/sciactive/nephele
This lets you encrypt files on whatever your storage backend is. So it would be great if you use Amazon S3 as your storage backend, but don’t trust every Amazon employee who has access to that data (maybe a few hundred employees?).
I started working on this feature basically to blow off steam because my brand new, very expensive server wasn’t working. After many hours of troubleshooting, I think it was just a bad stick of RAM. So I got that going for me, which is nice.