From 8049e622d64db81f56ad7e3c698760236eaebf92 Mon Sep 17 00:00:00 2001 From: threesquared Date: Fri, 22 Dec 2017 09:52:47 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 303edc4..617aa77 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # sendsh.it The [sendsh.it](https://sendsh.it/) client-side javascript will read and encrypt a file in your browser using the [Triplesec](http://keybase.github.io/triplesec/) library with a random key generated by its PRNG. -The encrypted file is then uploaded to the backend node.js application which stores it in mongo's [GridFS](http://docs.mongodb.org/manual/core/gridfs/) and returns a unique ID. This is combined with your generated key to produce a unique url you can share with someone else. Once they visit the url the site will download the file and decrypt it in their browser. +The encrypted file is then uploaded to the backend node.js application which stores it in S3 and returns a unique ID. This is combined with your generated key to produce a unique url you can share with someone else. Once they visit the url the site will download the file and decrypt it in their browser. Files are deleted after being downloaded or once they are over 24 hours old.