2021-01-02 12:46:20 +05:30
|
|
|
<div align="center">
|
|
|
|
<h1>Argon2-Creds</h1>
|
|
|
|
<p>
|
|
|
|
<strong>Argon2-Creds provides a convenient abstractions for managing
|
|
|
|
credentials</strong>
|
|
|
|
</p>
|
|
|
|
<p>
|
2021-01-02 12:48:41 +05:30
|
|
|
![CI (Linux)](<https://github.com/realaravinth/argon2-creds/workflows/CI%20(Linux)/badge.svg>)
|
2021-01-02 12:46:20 +05:30
|
|
|
[![Dependency Status](https://deps.rs/crate/argon2-creds/3.3.2/status.svg)](https://deps.rs/crate/argon2-creds/3.3.2)
|
|
|
|
<br />
|
|
|
|
[![codecov](https://codecov.io/gh/realaravinth/argon2-creds/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/argon2-creds)
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
## Featuers
|
|
|
|
- [x] PRECIS Framework [UsernameCaseMapped](https://tools.ietf.org/html/rfc8265#page-7)
|
|
|
|
- [x] Password hashing and validation
|
|
|
|
- [x] Filters for words that might cause ambiguity. See
|
|
|
|
[Blacklist](https://github.com/shuttlecraft/The-Big-Username-Blacklist)
|
|
|
|
- [x] Profanity filter
|
|
|
|
- [x] Email validation(Regex validation not verification)
|