Age | Commit message (Collapse) | Author |
|
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
|