Decision Workspace
pbkdf2 vs argon2 vs scrypt
Side-by-side comparison of Rust crates
71
pbkdf2
growingv0.12.2
Generic implementation of PBKDF2
72
argon2
growingv0.5.3
Pure Rust implementation of the Argon2 password hashing function with support for the Argon2d, Argon2i, and Argon2id algorithmic variants
70
scrypt
growingv0.11.0
Scrypt password-based key derivation function
Core Metrics
| pbkdf2 | argon2 | scrypt | |
|---|---|---|---|
| Health Score | 71 | 72 | 70 |
| Total Downloads | 157.1M | 19.2M | 36.9M |
| 30d Downloads | 10.8M | 2.5M | 3.5M |
| Dependents | 5.8K | 7.2K | 2.0K |
| Releases | 37 | 36 | 36 |
| Last Updated | 7d ago | 6d ago | 53d ago |
| Age | 9y | 9y | 9y 5m |
Health Breakdown
pbkdf2
Maintenance
18
Quality
10
Community
20
Popularity
8
Documentation
15
argon2
Maintenance
18
Quality
11
Community
20
Popularity
8
Documentation
15
scrypt
Maintenance
15
Quality
12
Community
20
Popularity
8
Documentation
15
Technical Details
| pbkdf2 | argon2 | scrypt | |
|---|---|---|---|
| Version | 0.12.2 | 0.5.3 | 0.11.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 11 | 7 | 5 |
| Crate Size | 14KB | 29KB | 13KB |
| Features | 4 | 5 | 3 |
| Yanked % | 24.3% | 30.6% | 16.7% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.60 | 1.65 | 1.60 |
| Owners | 2 (team) | 2 (team) | 2 (team) |
Links
Quick Verdict
- •argon2 leads with a health score of 72/100, but none of the options score above 80.
- •pbkdf2 has the most downloads (157.1M), suggesting wider adoption.
- •argon2 is depended on by 7.2K crates — strongest ecosystem trust.