Authenticate or generate Django-managed passwords. Written in Rust.
A Django-managed password is a hashed password stored by Django. See Password management in Django for more information.
See:
cargo run --example auth:
Authenticate or generate Django-managed passwords
Usage: auth <COMMAND>
Commands:
  encode  Encode a password in Django-style
  verify  Verify a Django stored hashed password
  help    Print this message or the help of the given subcommand(s)
Options:
  -h, --help     Print help
  -V, --version  Print version