licenses.dev

password-hash v0.4.2

Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a. MCF)

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
base64ct • 1.6.0Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support DIRECT0
rand_core • 0.6.4Core random number generator traits and tools for implementation. DIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/password-hash)](https://licenses.dev/cargo/password-hash)
<a href="https://licenses.dev/cargo/password-hash">
  <img src="https://licenses.dev/b/cargo/password-hash" alt="licenses" />
</a>

Or the licenses badge code for the 0.4.2 version:

[![licenses](https://licenses.dev/b/cargo/password-hash/0.4.2)](https://licenses.dev/cargo/password-hash/0.4.2)
<a href="https://licenses.dev/cargo/password-hash/0.4.2">
  <img src="https://licenses.dev/b/cargo/password-hash/0.4.2" alt="licenses" />
</a>
GitHub