From c1b5ee763192d90133142d4c320fede66f426a02 Mon Sep 17 00:00:00 2001 From: Jovan Gerodetti Date: Mon, 6 Apr 2015 23:06:10 +0200 Subject: [PATCH] implementation for #190 --- src/index.html | 28 +- src/l10n/en.ini | 21 +- src/scripts/cryptoJS/aes.js | 35 ++ src/scripts/cryptoJS/cipher-core.js | 863 ++++++++++++++++++++++++++++ src/scripts/cryptoJS/evpkdf.js | 118 ++++ src/scripts/loqui/app.js | 397 ++++++++++--- src/scripts/loqui/chungo.js | 1 + src/scripts/loqui/store.js | 24 + src/style/loqui/index.css | 14 +- 9 files changed, 1425 insertions(+), 76 deletions(-) create mode 100755 src/scripts/cryptoJS/aes.js create mode 100755 src/scripts/cryptoJS/cipher-core.js create mode 100755 src/scripts/cryptoJS/evpkdf.js diff --git a/src/index.html b/src/index.html index 1dad8497..5b54043c 100644 --- a/src/index.html +++ b/src/index.html @@ -319,6 +319,30 @@

+
+
+ +
+
+

+ +
+ +
+
+
+
+
+ +
+
+
    +
    +