password-hashes
Password hasher
A collection of password hashing algorithms written in Rust
Password hashing functions / KDFs
677 stars
10 watching
84 forks
Language: Rust
last commit: 8 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rustcrypto/hashes | A collection of cryptographic hash functions implemented in pure Rust. | 1,897 |
rustcrypto/aeads | A collection of authenticated encryption algorithms implemented in Rust | 729 |
racum/rust-djangohashers | Provides Rust implementations of password hashing algorithms used in Django Project. | 55 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
bryant/argon2rs | A Rust library implementing the Argon2 password hashing algorithm | 174 |
rustcrypto/formats | Provides tools and libraries for encoding and decoding various cryptographic formats | 251 |
hashstation/hashstation | A password cracking system designed to harness distributed computing power for efficient decryption of hashed passwords. | 7 |
hashcat/hashcat-utils | A collection of standalone utilities for password cracking and hashing | 1,377 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 842 |
dnaeon/cl-bcrypt | Provides functions to generate, parse and verify bcrypt password hashes | 13 |
rustcrypto/signatures | This project provides digital signature algorithms and implementation in Rust. | 474 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 52 |
clem9669/hashcat-rule | Provides pre-defined rules for cracking password hashes with hashcat and john. | 413 |
mufeedvh/pdfrip | A tool for cracking PDF passwords using various methods such as dictionary attacks and brute-forcing | 679 |
eudoxia0/cl-pass | A library that provides password hashing and verification functionality. | 30 |