Age | Commit message (Collapse) | Author |
|
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.
|
|
Also we currently generate the salt on the server - this should happen on the client but for now i stick to the srp-js workflow.
|
|
* needs a bit of cleanup from the old workflow
* are client and server using the same primes right now?
* store multiple users on the server side
|
|
|
|
* This is lacking a few steps. We confirm the secret is the same but no key is generated from it and it is transfered over the wire in clear.
* this was inspired by https://gist.github.com/790048
* seperated util, client, server and test code
|