sha-crypt 0.4.0

Pure Rust implementation of the SHA-crypt password hash based on SHA-512 as implemented by the POSIX crypt C library
Documentation

sha-crypt

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 5 feature flags, 5 of them enabled by default.

default

  • simple

simple

  • rand
  • std
  • subtle

rand

    This feature flag does not enable additional features.

std

    This feature flag does not enable additional features.

subtle

    This feature flag does not enable additional features.