Age | Commit message (Collapse) | Author |
|
Some other parts are still missing. Main issue was using hashes of hex representation rather that hashes of byte arrays
|
|
still missing the salt in this. auth should be more independent from registry to resemble the real process more closely
|
|
|
|
client
|
|
The example seems to be broken due to changes in srp-js
|
|
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.
|
|
|
|
* 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
|