aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess/README.txt')
-rw-r--r--jsaccess/README.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/jsaccess/README.txt b/jsaccess/README.txt
index abbe5c6..691d565 100644
--- a/jsaccess/README.txt
+++ b/jsaccess/README.txt
@@ -5,7 +5,7 @@ Provide protected access to files on a web server without htaccess or https.
The files are stored AES256 encrypted on the server, and decrypted on download
in the web browser.
-You should still use https to protect against client targeted attacks like
+You should still use https to protect against clients targeted attacks like
mitm on the javascript code or mitm on the encrypted archives.
$ git clone git://git.zx2c4.com/laurent-tools
@@ -76,6 +76,18 @@ decrypts it with the passphrase and stores it with the real name using the
Filesaver JS API.
+Dependencies
+============
+
+On the host that runs encrypt.sh:
+* openssl
+* base64
+
+On the web server:
+* Serving static files is enough
+* optional: https, to protect against clients targeted attacks
+
+
Git content
===========