Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Alternate M1 Proof #19

Open
TACIXAT opened this issue Jul 10, 2016 · 0 comments
Open

Support Alternate M1 Proof #19

TACIXAT opened this issue Jul 10, 2016 · 0 comments

Comments

@TACIXAT
Copy link

TACIXAT commented Jul 10, 2016

Alternatively, in a password-only proof the calculation of "K" can be skipped and the shared "S" proven with:

Carol → Steve: M1 = H(A | B | SCarol). Steve verifies M1.
Steve → Carol: M2 = H(A | M1 | SSteve). Carol verifies M2.

Wikipedia.

It appears the JavaScript implementations of SRP use this proof. I think they're wrong as I can't find it in the RFC, but it might be nice to have the option for both in Python for interoperability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant