The list and umbrella issue tracker for compatible SRP implementations.
Library | Language | Badges |
---|---|---|
SRP | Swift | |
srp.net | .NET: Standard 1.6+, Framework 3.5+ | |
srptools | Python: 2, 3 | |
pysrp1 | Python 2, 3 | |
Windwalker SRP (PHP / JS) | PHP, JS (TS) |
- Ensure the compatibility using one of the above mentioned libraries.
- Fork the repository.
- Add your implementation into this file.
- Make a pull request.
Footnotes
-
Compatibility with
pysrp
requires usage ofrfc5054_enable()
in that library. The library also requires padding of the generatorg
before deriving the session variables. For more details on how to workaround that with the other SRP implementations, see srp.net/issues/19. ↩