cocagne / pysrp

Python implementation of the Secure Remote Password protocol (SRP)
MIT License
113 stars 42 forks source link

Support for custom k value #48

Closed dae3 closed 2 years ago

dae3 commented 2 years ago

Support custom values for 'k' in the SRP protocol, for compatibility with unusual implementations. Fixes #12