From 83eea6c70df83443a85e39927f6e5e79116f90f9 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Mon, 17 Jun 2013 04:47:32 +0200 Subject: jsaccess: readme pimp --- jsaccess/README.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/jsaccess/README.txt b/jsaccess/README.txt index 495415f..abbe5c6 100644 --- a/jsaccess/README.txt +++ b/jsaccess/README.txt @@ -61,24 +61,23 @@ firefox jsa/index.html How it works ============ -encrypt.sh creates a directory jsa/files/. -It encrypts your file using AES256 with the passphrase and moves the encrypted -version to +encrypt.sh creates a directory jsa/files//. +It encrypts your file using AES256 with the passphrase and stores the result in jsa/files//. It also updates the index of available files per directory called index.txt, that contains real file names. The index is also encrypted using AES256 with the passphrase. -web UI generates rmd160 hash from the passphrase and get the list of files +Web UI generates rmd160 hash from the passphrase and get the list of files available for this passphrase (jsa/files//index.txt), decrypts it and shows the list of files. -When the users clicks on Download, it fetches the file from the rmd160 name, +When the user clicks on Download, it fetches the file from the rmd160 name, decrypts it with the passphrase and stores it with the real name using the Filesaver JS API. -Directory content -================= +Git content +=========== jsa/ - should be on your webserver, can be renamed jsa/files// - directory of files to download for a given password -- cgit v1.2.3-59-g8ed1b