djangohashers 1.7.3

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

default

  • with_pbkdf2
  • with_argon2
  • with_scrypt
  • with_bcrypt
  • with_legacy

with_pbkdf2

  • base64
  • constant_time_eq
  • ring

with_argon2

  • base64
  • constant_time_eq
  • rust-argon2

with_scrypt

  • base64
  • constant_time_eq
  • scrypt

with_bcrypt

  • bcrypt
  • sha2

with_legacy

  • pwhash
  • constant_time_eq
  • md-5
  • sha-1
  • hex_fmt

base64

  • dep:base64

constant_time_eq

  • dep:constant_time_eq

ring

  • dep:ring

rust-argon2

  • dep:rust-argon2

scrypt

  • dep:scrypt

bcrypt

  • dep:bcrypt

sha2

  • dep:sha2

pwhash

  • dep:pwhash

md-5

  • dep:md-5

sha-1

  • dep:sha-1

hex_fmt

  • dep:hex_fmt

fpbkdf2

  • base64
  • constant_time_eq
  • fastpbkdf2

fastpbkdf2

  • dep:fastpbkdf2

fuzzy_tests

    This feature flag does not enable additional features.