cocagne / pysrp

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

Optional bytes_A added to User class #36

Closed masihyeganeh closed 6 years ago

masihyeganeh commented 6 years ago

One may choose to make public key blinded, So I thinks it's a good Idea to let users pass their own calculated public key. This new optional bytes_A won't break compatibility and can be used for further securing SRP process. I hope you merge it. Thanks

cocagne commented 6 years ago

Included into pysrp version 1.0.14 which should now be up on pypi. Thanks for the patch!

masihyeganeh commented 6 years ago

Thanks for merging this