A collection of password hashing routines in pure Rust. Fork of pwhash by inejge.
The bcrypt password hashing function in pure Rust. Supports no_std
CLI for resolving .env secrets from password managers without storing plaintext secrets
Passwors is a simple password handling library that utilises Rust's type system to enfore better password handling. Use it as a basic building block for more complex authentication systems.
Password hashing and JWT helpers, framework-agnostic.
SeedBundle parsing and generation library.
For when you really just want to serve some files over HTTP right now!
A highly parallel Perl 5 interpreter written in Rust
pwtool, user account password tool
Rust client library for the XposedOrNot data breach API
Shared utilities for secret handling (wrappers, zeroization, secrecy) used across the PAKEs-Conflux workspace
A data type suitable for storing sensitive information such as passwords and private keys in memory, featuring constant time equality, mlock and zeroing out.