djangohashers 1.8.2

A Rust port of the password primitives used in Django project.
Documentation

djangohashers

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 19 feature flags, 16 of them enabled by default.

default

with_argon2 (default)

with_bcrypt (default)

with_legacy (default)

with_pbkdf2 (default)

with_scrypt (default)

base64 (default)

constant_time_eq (default)

rust-argon2 (default)

bcrypt (default)

sha2 (default)

hex_fmt (default)

md-5 (default)

pwhash (default)

sha-1 (default)

ring (default)

scrypt (default)

fastpbkdf2

fpbkdf2

fuzzy_tests

This feature flag does not enable additional features.