Python implementation of the Secure Remote Password protocol (SRP-6a) for password-authenticated key exchange. Current version 1.0.22, released sporadically; last update 2021.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use 'import srp' to access the module.
Verifier class for server-side authentication.
User class for client-side authentication.
Generate salt and verifier for SRP registration using SHA256 and 2048-bit group.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.