Package com.github.glusk.srp6_variables.wiki

This package is a collection of SRP-6 Variables, copied from the Wikipedia's Python example.

The version of the protocol in the Wikipedia example is non-standard:

  • all variables (except for strings) are hashed as decimal values
  • hash parameters are concatenated using a colon
See Also:
[Wikipedia/Secure Remote Password protocol] Example code in Python