From 35830f56bc9a89c7c8c16e2a3b5a381def98ed5c Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Wed, 23 Oct 2013 00:06:47 +0200 Subject: jsaccess moved to github https://github.com/looran/jsaccess git clone https://github.com/looran/jsaccess.git --- jsaccess/doc/OLD.txt | 2 -- jsaccess/doc/RESSOURCES.txt | 23 ----------------------- jsaccess/doc/put_also_not_encrypted_files.txt | 21 --------------------- jsaccess/doc/put_your_encrypted_files_here.txt | 15 --------------- 4 files changed, 61 deletions(-) delete mode 100644 jsaccess/doc/OLD.txt delete mode 100644 jsaccess/doc/RESSOURCES.txt delete mode 100644 jsaccess/doc/put_also_not_encrypted_files.txt delete mode 100644 jsaccess/doc/put_your_encrypted_files_here.txt (limited to 'jsaccess/doc') 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 -- cgit v1.2.3-59-g8ed1b