From 4e1dbcd1f38b1f2b28690ec9be2b49581ab891da Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Mon, 17 Jun 2013 04:52:00 +0200 Subject: jsaccess: specify dependencies --- jsaccess/README.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'jsaccess/README.txt') 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 =========== -- cgit v1.2.3-59-g8ed1b