Age | Commit message (Expand) | Author |
---|---|---|
2012-10-05 | bugfix - zero padded salts do not break login anymore | Azul |
2012-10-04 | using the SRP 6a algorithm for calculating M | Azul |
2012-10-04 | created session class to hold aa, bb and so forth - done for client | Azul |
2012-10-04 | simplifying modpow to default to BIG_PRIME_N | Azul |
2012-10-04 | some cleanup, sha functions now concat multiple args | Azul |
2012-10-04 | using BIG_PRIME_N and hashing the byte array - tests pass | Azul |
2012-10-03 | calculate verifiers and multiplier just like in py srpfeature-py_srp_compat | Azul |
2012-07-26 | removing the remaining zerofills | Azul |
2012-07-26 | both sides calculate their own u | Azul |
2012-06-29 | adopted srp algo to srp-js way of doing things. | Azul |
2012-06-28 | complete ajax flow is working - just auth fails | Azul |
2012-06-27 | moved to ajax workflow and integrated srp-js - not quite there yet | Azul |
2012-06-18 | initial commit - testing srp auth | Azul |