top | item 7769165

(no title)

fatbat | 11 years ago

Since the file is uploaded to Torpedo servers, details on the encryption/security should probably be shared.

discuss

order

nwah_|11 years ago

Hey Fatbat, I'm a dev for Torpedo.

Files are not encrypted (but 'secrets' are). Files are actually uploaded directly to a private S3 bucket over HTTPS.

Secrets (text) are sent over HTTPS and encrypted with a randomly-generated key using AES 256 bit encryption before being stored in our DB. The key is embedded in the share URL for the secret. We don't store the key or the URL anywhere on our servers, so the only way to decrypt the secret's contents is if you have that URL.