aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/doc
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess/doc')
-rw-r--r--jsaccess/doc/OLD.txt2
-rw-r--r--jsaccess/doc/RESSOURCES.txt23
-rw-r--r--jsaccess/doc/put_also_not_encrypted_files.txt21
-rw-r--r--jsaccess/doc/put_your_encrypted_files_here.txt15
4 files changed, 0 insertions, 61 deletions
diff --git a/jsaccess/doc/OLD.txt b/jsaccess/doc/OLD.txt
deleted file mode 100644
index ea75f81..0000000
--- a/jsaccess/doc/OLD.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-[user@code jsa]$ ls old/
-base64.js cryptojs_3.1.2/ jrencoding.js jsbase64.js stream-min.js uuencode.js
diff --git a/jsaccess/doc/RESSOURCES.txt b/jsaccess/doc/RESSOURCES.txt
deleted file mode 100644
index 45a10e0..0000000
--- a/jsaccess/doc/RESSOURCES.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-===============================================================================
-Javascript
-
-Filesaver
-https://github.com/eligrey/FileSaver.js
-
-Gibberish AES
-https://github.com/mdp/gibberish-aes
-
-Other crypto, not used
-https://code.google.com/p/crypto-js/#Quick-start_Guide
-http://crypto.stanford.edu/sjcl/
-http://people.eku.edu/styere/Encrypt/JS-AES.html
-http://www.movable-type.co.uk/scripts/aes.html
-
-===============================================================================
-Client encryption
-
-Openssl
-http://stackoverflow.com/questions/10106771/encrypt-a-string-using-openssl-command-line
-
-Other crypto, not used
-https://pypi.python.org/pypi/pycrypto
diff --git a/jsaccess/doc/put_also_not_encrypted_files.txt b/jsaccess/doc/put_also_not_encrypted_files.txt
deleted file mode 100644
index 066da48..0000000
--- a/jsaccess/doc/put_also_not_encrypted_files.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-jsaccess demo file (not encrypted)
-
-Sometimes you want to store files unencrypted
-* because they already are PGP encrypted / signed
-* because they are really big and it would take ages to decrypt
-
-Unencrypted files will be shown in the web page file list with a
-(c) after their name.
-
-
-To a new unencrypted file to download:
-
-$ jstore add-nocrypt Makefile
-Using store "/home/user/code/laurent-tools/jsaccess/jsa/store"
-Enter encryption passphrase
-> jsa
-CREATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/Makefile
-UPDATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/index.txt
-
-$ jstore rset user@_host:/var/www/htdocs/jsa/ # Only the first time
-$ jstore push
diff --git a/jsaccess/doc/put_your_encrypted_files_here.txt b/jsaccess/doc/put_your_encrypted_files_here.txt
deleted file mode 100644
index 3df1ee1..0000000
--- a/jsaccess/doc/put_your_encrypted_files_here.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-jsaccess demo file:
-decrypted OK !
-
-
-To a new file to download:
-
-$ jstore add README.txt
-Using store "/home/user/code/laurent-tools/jsaccess/jsa/store"
-Enter encryption passphrase
-> jsa
-CREATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/065e18a7f246b800242a778a6e8dd07a3321dac6
-UPDATED file /home/user/code/laurent-tools/jsaccess/jsa/store/af022cd820fdad6cbcac8e15ac565c639a47dab0/index.txt
-
-$ jstore rset user@_host:/var/www/htdocs/jsa/ # Only the first time
-$ jstore push