pake 0.0.0

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
docs.rs failed to build pake-0.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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.