srp

Crates.iosrp
lib.rssrp
version0.7.0-rc.1
created_at2017-08-13 01:19:18.971774+00
updated_at2026-01-25 05:18:26.180751+00
descriptionPure Rust implementation of the Secure Remote Password (SRP) password-authenticated key exchange (PAKE) algorithm as described in RFC5054. Built on `crypto-bigint`, a mathematical library designed with constant-time algorithms.
homepage
repositoryhttps://github.com/RustCrypto/PAKEs
max_upload_size
id27337
size79,662
PAKEs (github:rustcrypto:pakes)

documentation

https://docs.rs/srp

README

RustCrypto: Secure Remote Password

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

Pure Rust implementation of the Secure Remote Password password-authenticated key exchange (PAKE) algorithm as described in RFC5054.

Built on crypto-bigint, a mathematical library designed with constant-time algorithms.

About

This implementation is generic over hash functions using the Digest trait, so you will need to choose a hash function, e.g. Sha256 from sha2 crate.

⚠️ Security Warning

This crate has never received an independent third party audit for security and correctness.

USE AT YOUR OWN RISK!

Minimum Supported Rust Version

Rust 1.85 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 289

cargo fmt