argon2-creds/README.md
2021-01-02 12:48:41 +05:30

878 B

Argon2-Creds

Argon2-Creds provides a convenient abstractions for managing credentials

![CI (Linux)]() [![Dependency Status](https://deps.rs/crate/argon2-creds/3.3.2/status.svg)](https://deps.rs/crate/argon2-creds/3.3.2)
[![codecov](https://codecov.io/gh/realaravinth/argon2-creds/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/argon2-creds)

Featuers

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