diff options
author | Azul <azul@leap.se> | 2012-06-28 19:43:40 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-06-29 14:55:10 +0200 |
commit | 20bf14939fbd75e3ee0206c2bf14737e2c7ac2c2 (patch) | |
tree | e035c91c65e8e48d6a6af317e900a8fb9897a739 /example/public/srp-source | |
parent | e55ff681bcc5a6c479530d1411a3da75912d78e5 (diff) |
adopted srp algo to srp-js way of doing things.
all large integers are now send as hex strings.
Using sha256_str all over the place.
This finally gives me successful logins. Needs a log of cleanup never the less.
Diffstat (limited to 'example/public/srp-source')
l--------- | example/public/srp-source | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/public/srp-source b/example/public/srp-source new file mode 120000 index 0000000..2b47f38 --- /dev/null +++ b/example/public/srp-source @@ -0,0 +1 @@ +/oldvar/src/srp-js/javascript/
\ No newline at end of file |