From 29e50956daeadaa6786b7cf34ab96387e5295bb6 Mon Sep 17 00:00:00 2001 From: ausiv4 Date: Fri, 7 Aug 2009 03:38:03 +0000 Subject: This update separates the register functionality from the login library. The login script is now .3 kb smaller, but there is a new 1.1 kb register file. I think that registrations are rare enough relative to logins that this should be a worthwhile tradeoff. This also prepares a framework for importing an update file, which will allow existing installations to upgrade from less secure authentication protocols, so some of the overhead in srp.js that was added here will help reduce the size as we add the update functionality. --- javascript/jsPacker/build-pack-register.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 javascript/jsPacker/build-pack-register.sh (limited to 'javascript/jsPacker/build-pack-register.sh') diff --git a/javascript/jsPacker/build-pack-register.sh b/javascript/jsPacker/build-pack-register.sh new file mode 100644 index 0000000..6b8f124 --- /dev/null +++ b/javascript/jsPacker/build-pack-register.sh @@ -0,0 +1,2 @@ +#!/bin/bash +perl jsPacker.pl -fsq -e62 -i ../srp_register.js -o srp_register.min.js -- cgit v1.2.3