aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-17 04:52:00 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-17 04:52:00 +0200
commit4e1dbcd1f38b1f2b28690ec9be2b49581ab891da (patch)
treec23183e9febb7afc78e6a220143ab348dcfeebd8 /jsaccess
parentjsaccess: readme pimp (diff)
downloadlaurent-tools-4e1dbcd1f38b1f2b28690ec9be2b49581ab891da.tar.xz
laurent-tools-4e1dbcd1f38b1f2b28690ec9be2b49581ab891da.zip
jsaccess: specify dependencies
Diffstat (limited to 'jsaccess')
-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
===========