summaryrefslogtreecommitdiff
path: root/frontend/gamma/properties/mobile.properties.json
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-04-19 15:09:28 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-04-19 15:09:28 (UTC)
commit074e70457c90344b3c1cb236105638d692a0066b (patch) (side-by-side diff)
treec5ffabd3eaf74cbeb69974beacdb5a5f8c235adc /frontend/gamma/properties/mobile.properties.json
parent48c9280c9a255f2a85ad5729830df884e64a9c5d (diff)
downloadclipperz-074e70457c90344b3c1cb236105638d692a0066b.zip
clipperz-074e70457c90344b3c1cb236105638d692a0066b.tar.gz
clipperz-074e70457c90344b3c1cb236105638d692a0066b.tar.bz2
Fixed an issue on the AES-CTR block mode
The previous version of the CTR encoding was incrementing the counter in a weird way, mixing up data from the previous block. The current fix can correctly decrypt data encoded with AES-CTR using other libraries/languages (currently tested only with Python).
Diffstat (limited to 'frontend/gamma/properties/mobile.properties.json') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/properties/mobile.properties.json25
1 files changed, 17 insertions, 8 deletions
diff --git a/frontend/gamma/properties/mobile.properties.json b/frontend/gamma/properties/mobile.properties.json
index 0127ce6..2b3b49d 100644
--- a/frontend/gamma/properties/mobile.properties.json
+++ b/frontend/gamma/properties/mobile.properties.json
@@ -11,3 +11,3 @@
"MochiKit/Iter.js",
- "MochiKit/Logging.js",
+ "-- MochiKit/Logging.js",
"MochiKit/DateTime.js",
@@ -17,3 +17,3 @@
"MochiKit/Style.js",
- "MochiKit/LoggingPane.js",
+ "-- MochiKit/LoggingPane.js",
"-- MochiKit/Color.js",
@@ -24,3 +24,3 @@
- "JSON/json2.js",
+ "-- JSON/json2.js",
@@ -45,2 +45,3 @@
"Clipperz/Crypto/AES.js",
+ "Clipperz/Crypto/AES_2.js",
"Clipperz/Crypto/PRNG.js",
@@ -97,2 +98,6 @@
+ "JQuery/1.9.1/jquery.js",
+ "Clipperz/PM/UI/Mobile/CustomizeJQueryMobile.js",
+ "JQuery/Mobile/1.3.0-rc.1/jquery.mobile.js",
+
"-- Zepto/zepto.js",
@@ -128,7 +133,7 @@
- "Clipperz/PM/UI/Common/Components/BaseComponent.js",
+ "-- Clipperz/PM/UI/Common/Components/BaseComponent.js",
"-- Clipperz/PM/UI/Common/Components/Button.js",
- "Clipperz/PM/UI/Common/Components/ComponentSlot.js",
+ "-- Clipperz/PM/UI/Common/Components/ComponentSlot.js",
"-- Clipperz/PM/UI/Common/Components/PasswordEntropyDisplay.js",
- "Clipperz/PM/UI/Common/Components/ProgressBar.js",
+ "-- Clipperz/PM/UI/Common/Components/ProgressBar.js",
"-- Clipperz/PM/UI/Common/Components/SimpleMessagePanel.js",
@@ -139,8 +144,11 @@
- "Clipperz/PM/UI/Common/Controllers/DirectLoginRunner.js",
- "Clipperz/PM/UI/Common/Controllers/ProgressBarController.js",
+ "-- Clipperz/PM/UI/Common/Controllers/DirectLoginRunner.js",
+ "-- Clipperz/PM/UI/Common/Controllers/ProgressBarController.js",
"-- Clipperz/PM/UI/Common/Controllers/TabPanelController.js",
+ "Clipperz/PM/UI/Mobile/Components/BaseComponent.js",
+ "Clipperz/PM/UI/Mobile/Components/Overlay.js",
"Clipperz/PM/UI/Mobile/Components/LoginForm.js",
"Clipperz/PM/UI/Mobile/Components/CardList.js",
+ "Clipperz/PM/UI/Mobile/Components/Preferences.js",
"-- Clipperz/PM/UI/Mobile/Components/CardDetail.js",
@@ -153,2 +161,3 @@
"css": [
+ "jquery.mobile-1.3.0-rc.1.css",
"mobile.css"