From bd2a4fa89142c19b2c14a375e463e7836f8e188c Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Sun, 16 Jun 2013 14:18:59 +0200 Subject: add jsaccess - download and decrypt files in the browser --- jsaccess/doc/OLD.txt | 2 ++ jsaccess/doc/RESSOURCES.txt | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 jsaccess/doc/OLD.txt create mode 100644 jsaccess/doc/RESSOURCES.txt (limited to 'jsaccess/doc') diff --git a/jsaccess/doc/OLD.txt b/jsaccess/doc/OLD.txt new file mode 100644 index 0000000..ea75f81 --- /dev/null +++ b/jsaccess/doc/OLD.txt @@ -0,0 +1,2 @@ +[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 new file mode 100644 index 0000000..45a10e0 --- /dev/null +++ b/jsaccess/doc/RESSOURCES.txt @@ -0,0 +1,23 @@ +=============================================================================== +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 -- cgit v1.2.3-59-g8ed1b