pake

Crates.iopake
lib.rspake
version0.0.0
created_at2026-01-14 19:59:13.67163+00
updated_at2026-01-14 19:59:13.67163+00
descriptionTraits which describe the functionality of [Password-Authenticated Key Exchange] (PAKE) algorithms, which can be used to establish a shared secret over an insecure channel using only the client's knowledge of a password and the server's knowledge of a password hash for authentication, without the client revealing their plaintext password to the server
homepagehttps://github.com/RustCrypto/traits/pull/2190
repositoryhttps://github.com/RustCrypto/traits
max_upload_size
id2043638
size20,732
traits (github:rustcrypto:traits)

documentation

https://docs.rs/pake

README

RustCrypto: Password-Authenticated Key Exchange

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

Traits which describe the functionality of [Password-Authenticated Key Exchange] (PAKE) algorithms.

About

Password-Authenticated Key Exchange (PAKE) algorithms can be used to establish a shared secret over an insecure channel using only the client's knowledge of a password and the server's knowledge of a password hash for authentication. They can be thought of like other authenticated key exchange algorithms, like the ones in TLS which use X.509 certificates for identity, but where the identity is entirely established by the user's username and password, all without the client ever revealing their plaintext password to the server.

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: 1861

cargo fmt