Decision Workspace
bcrypt-pbkdf vs scrypt vs sha-crypt
Side-by-side comparison of Rust crates
69
bcrypt-pbkdf
growingv0.11.0
bcrypt-pbkdf password-based key derivation function
71
scrypt
growingv0.12.0
Scrypt password-based key derivation function
71
sha-crypt
growingv0.6.0
Pure Rust implementation of the SHA-crypt password hashing algorithm based on SHA-256/SHA-512 as implemented by the POSIX crypt C library, including support for generating and verifying password hash strings in the Modular Crypt Format
Core Metrics
| bcrypt-pbkdf | scrypt | sha-crypt | |
|---|---|---|---|
| Health Score | 69 | 71 | 71 |
| Total Downloads | 11.1M | 44.8M | 348.1K |
| 30d Downloads | 1.1M | 4.5M | 33.2K |
| Dependents | 253 | 2.4K | 123 |
| Releases | 28 | 37 | 16 |
| Last Updated | 33d ago | 33d ago | 34d ago |
| Age | 7y 9m | 9y 7m | 5y 4m |
Health Breakdown
bcrypt-pbkdf
Maintenance
17
Quality
11
Community
18
Popularity
8
Documentation
15
scrypt
Maintenance
16
Quality
12
Community
20
Popularity
8
Documentation
15
sha-crypt
Maintenance
15
Quality
17
Community
17
Popularity
7
Documentation
15
Technical Details
| bcrypt-pbkdf | scrypt | sha-crypt | |
|---|---|---|---|
| Version | 0.11.0 | 0.12.0 | 0.6.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 9 | 5 |
| Crate Size | 13KB | 25KB | 19KB |
| Features | 3 | 7 | 5 |
| Yanked % | 21.4% | 16.2% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85 | 1.85 |
| Owners | 2 (team) | 2 (team) | 2 (team) |
Links
Quick Verdict
- •scrypt leads with a health score of 71/100, but none of the options score above 80.
- •scrypt is depended on by 2.4K crates — strongest ecosystem trust.