password-hashes
Password hasher
A collection of password hashing algorithms written in Rust
Password hashing functions / KDFs
688 stars
10 watching
83 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rustcrypto/hashes | A collection of cryptographic hash functions implemented in pure Rust. | 1,913 |
rustcrypto/aeads | A collection of authenticated encryption algorithms implemented in Rust | 733 |
racum/rust-djangohashers | Provides Rust implementations of password hashing algorithms used in Django Project. | 56 |
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 | 253 |
hashstation/hashstation | A password cracking system designed to harness distributed computing power for efficient decryption of hashed passwords. | 8 |
hashcat/hashcat-utils | A collection of standalone utilities for password cracking and hashing | 1,382 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 848 |
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. | 478 |
zitadel/passwap | Provides a unified implementation of multiple password hashing algorithms. | 54 |
clem9669/hashcat-rule | Provides pre-defined rules for cracking password hashes with hashcat and john. | 420 |
mufeedvh/pdfrip | A tool for cracking PDF passwords using various methods such as dictionary attacks and brute-forcing | 701 |
eudoxia0/cl-pass | A Common Lisp library for securely hashing and verifying passwords. | 30 |