password-hashes
Password hashers
A collection of password hashing algorithms implemented in Rust.
Password hashing functions / KDFs
673 stars
10 watching
82 forks
Language: Rust
last commit: 11 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rustcrypto/hashes | A collection of cryptographic hash functions written in Rust. | 1,879 |
rustcrypto/aeads | A collection of authenticated encryption algorithms implemented in Rust | 728 |
racum/rust-djangohashers | Provides Rust implementations of password hashing algorithms used in Django Project. | 54 |
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 | 173 |
rustcrypto/formats | Provides tools and libraries for encoding and decoding various cryptographic formats | 250 |
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,365 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |
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. | 472 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 51 |
clem9669/hashcat-rule | Provides pre-defined rules for cracking password hashes with hashcat and john. | 405 |
mufeedvh/pdfrip | A tool for cracking PDF passwords using various methods such as dictionary attacks and brute-forcing | 676 |
eudoxia0/cl-pass | A password hashing and verification library | 30 |