sarhash-core
sarhash-core is a modular Rust library designed for secure password operations. It combines Argon2 hashing with zxcvbn strength estimation.
Features
- Secure Hashing: Uses the Argon2id algorithm via the
argon2crate. - Strength Verification: Estimates password strength using
zxcvbn. - Easy-to-use API: Simple functions for hashing, verifying, and checking strength.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
use ;
License
MIT