Decision Workspace
rusty_password vs bcrypt vs easy_password
Side-by-side comparison of Rust crates
31
rusty_password
growingv0.1.2
Rusting passwords that cant be recognized, (aka hashes using bcrypt)
63
bcrypt
growingv0.19.0
Easily hash and verify passwords using bcrypt
47
easy_password
growingv0.1.5
Easy password hashing (includes bcrypt)
Core Metrics
| rusty_password | bcrypt | easy_password | |
|---|---|---|---|
| Health Score | 31 | 63 | 47 |
| Total Downloads | 1.6K | 9.9M | 9.7K |
| 30d Downloads | 4 | 819.2K | 117 |
| Dependents | 0 | 3.3K | 0 |
| Releases | 1 | 36 | 6 |
| Last Updated | 1479d ago | 24d ago | 18d ago |
| Age | 4y | 10y 3m | 7y 10m |
Health Breakdown
rusty_password
Maintenance
1
Quality
15
Community
3
Popularity
4
Documentation
8
bcrypt
Maintenance
17
Quality
16
Community
12
Popularity
8
Documentation
10
easy_password
Maintenance
15
Quality
15
Community
3
Popularity
5
Documentation
9
Technical Details
| rusty_password | bcrypt | easy_password | |
|---|---|---|---|
| Version | 0.1.2 | 0.19.0 | 0.1.5 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 6 | 3 |
| Crate Size | 3KB | 15KB | 9KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2018 |
| 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.
- •⚠ rusty_password has not been updated in over a year.