Analysis updated 2026-07-18 · repo last pushed 2023-05-01
Encrypt sensitive user data in a Rust web service using a public/private key pair.
Digitally sign a software release so users can verify it wasn't tampered with.
Build a secure communication system that follows standard PKCS1v1.5 or OAEP formats.
Verify a signature created with PSS to confirm authenticity of a message.
| npmccallum/rsa | 0xr10t/pulsefi | 404-agent/codes-miner | |
|---|---|---|---|
| Stars | — | 0 | 0 |
| Language | Rust | Rust | Rust |
| Last pushed | 2023-05-01 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Key generation is slow unless compiled in optimized mode, README has instructions to fix this.
A pure-Rust library for RSA encryption and digital signing, letting developers encrypt data or sign and verify files using industry-standard formats.
Mainly Rust. The stack also includes Rust, PKCS1v1.5, OAEP.
Dormant — no commits in 2+ years (last push 2023-05-01).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.