argon2-creds/README.md

24 lines
965 B
Markdown
Raw Normal View History

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:50:15 +05:30
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:53:35 +05:30
[![dependency status](https://deps.rs/repo/github/realaravinth/argon2-creds/status.svg)](https://deps.rs/repo/github/realaravinth/argon2-creds)
2021-01-02 12:46:20 +05:30
<br />
[![codecov](https://codecov.io/gh/realaravinth/argon2-creds/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/argon2-creds)
</div>
2021-01-02 12:50:15 +05:30
## Features
2021-01-02 12:46:20 +05:30
- [x] PRECIS Framework [UsernameCaseMapped](https://tools.ietf.org/html/rfc8265#page-7)
2021-01-02 12:53:35 +05:30
- [x] Password hashing and validation using
[rust-argon2](https://crates.io/crates/rust-argon2)
2021-01-02 12:46:20 +05:30
- [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)