Decision Workspace
aead vs rsa vs ssh-cipher
Side-by-side comparison of Rust crates
67
aead
growingv0.5.2
Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
72
rsa
growingv0.9.10
Pure Rust RSA implementation
64
ssh-cipher
growingv0.2.0
Pure Rust implementation of SSH symmetric encryption including support for the modern aes128-gcm@openssh.com/aes256-gcm@openssh.com and chacha20-poly1305@openssh.com algorithms as well as legacy support for older ciphers. Built on the pure Rust cryptography implementations maintained by the RustCrypto organization.
Core Metrics
| aead | rsa | ssh-cipher | |
|---|---|---|---|
| Health Score | 67 | 72 | 64 |
| Total Downloads | 143.5M | 157.9M | 6.4M |
| 30d Downloads | 11.0M | 12.8M | 1.2M |
| Dependents | 2.0K | 8.8K | 43 |
| Releases | 30 | 64 | 17 |
| Last Updated | 110d ago | 28d ago | today |
| Age | 9y 7m | 7y 10m | 2y 12m |
Health Breakdown
aead
Maintenance
12
Quality
13
Community
19
Popularity
8
Documentation
15
rsa
Maintenance
17
Quality
13
Community
19
Popularity
8
Documentation
15
ssh-cipher
Maintenance
18
Quality
16
Community
10
Popularity
8
Documentation
12
Technical Details
| aead | rsa | ssh-cipher | |
|---|---|---|---|
| Version | 0.5.2 | 0.9.10 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 6 | 26 | 10 |
| Crate Size | 16KB | 86KB | 11KB |
| Features | 7 | 9 | 6 |
| Yanked % | 13.3% | 1.6% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.56 | 1.65 | 1.60 |
| Owners | 2 (team) | 2 (team) | 1 |
Links
Quick Verdict
- •rsa leads with a health score of 72/100, but none of the options score above 80.
- •rsa is depended on by 8.8K crates — strongest ecosystem trust.