| Crates.io | pake |
| lib.rs | pake |
| version | 0.0.0 |
| created_at | 2026-01-14 19:59:13.67163+00 |
| updated_at | 2026-01-14 19:59:13.67163+00 |
| description | Traits 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 |
| homepage | https://github.com/RustCrypto/traits/pull/2190 |
| repository | https://github.com/RustCrypto/traits |
| max_upload_size | |
| id | 2043638 |
| size | 20,732 |
Traits which describe the functionality of [Password-Authenticated Key Exchange] (PAKE) algorithms.
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.
Licensed under either of
at your option.
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.