Decision Workspace
easy_password vs bcrypt vs bcrypt-no-getrandom
Side-by-side comparison of Rust crates
47
easy_password
growingv0.1.5
Easy password hashing (includes bcrypt)
63
bcrypt
growingv0.19.0
Easily hash and verify passwords using bcrypt
39
bcrypt-no-getrandom
growingv0.16.0
Easily hash and verify passwords using bcrypt without getrandom or zeroize, providing near-complete functionality without alloc or std
Core Metrics
| easy_password | bcrypt | bcrypt-no-getrandom | |
|---|---|---|---|
| Health Score | 47 | 63 | 39 |
| Total Downloads | 9.7K | 9.9M | 2.5K |
| 30d Downloads | 117 | 819.2K | 8 |
| Dependents | 0 | 3.3K | 0 |
| Releases | 6 | 36 | 2 |
| Last Updated | 18d ago | 24d ago | 599d ago |
| Age | 7y 10m | 10y 3m | 1y 7m |
Health Breakdown
easy_password
Maintenance
15
Quality
15
Community
3
Popularity
5
Documentation
9
bcrypt
Maintenance
17
Quality
16
Community
12
Popularity
8
Documentation
10
bcrypt-no-getrandom
Maintenance
5
Quality
17
Community
3
Popularity
4
Documentation
10
Technical Details
| easy_password | bcrypt | bcrypt-no-getrandom | |
|---|---|---|---|
| Version | 0.1.5 | 0.19.0 | 0.16.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 6 | 3 |
| Crate Size | 9KB | 15KB | 10KB |
| Features | 0 | 3 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bcrypt leads with a health score of 63/100, but none of the options score above 80.
- •bcrypt is depended on by 3.3K crates — strongest ecosystem trust.
- •⚠ bcrypt-no-getrandom has not been updated in over a year.