An HTTP proxy between Rackspace Cloudfiles that encrypts on upload and decrypts on download
npm install cloudfiles-crypto-proxycloudfiles-crypto-proxy is an HTTP proxy between your client and Rackspace
Cloudfiles that encrypts the object as it is uploaded with an AES key.
Startup the proxy on port 3000 using an example key
cloudfiles-crypto-proxy.js -c config-example.json -p 3000
Upload a file using node-cloudfiles proxied through http://localhost:3000
cloudfiles-upload-test.js -f README.md -u