No description
Find a file
2021-01-29 10:54:53 +05:30
.github/workflows docs 2021-01-29 10:54:53 +05:30
src docs 2021-01-29 10:54:53 +05:30
.gitignore config and tests 2021-01-29 10:31:36 +05:30
Cargo.toml config and tests 2021-01-29 10:31:36 +05:30
LICENSE-APACHE readme and license 2021-01-02 12:46:20 +05:30
LICENSE-MIT readme and license 2021-01-02 12:46:20 +05:30
README.md docs 2021-01-29 10:54:53 +05:30

Argon2-Creds

Argon2-Creds provides a convenient abstractions for managing credentials

Documentation CI (Linux) dependency status
codecov

Features

  • PRECIS Framework UsernameCaseMapped
  • Password hashing and validation using rust-argon2
  • Filters for words that might cause ambiguity. See Blacklist
  • Profanity filter
  • Email validation(Regex validation not verification)