1
0
Fork
You've already forked rCrypt
0
Verify signed messages
  • Rust 100%
2025年01月23日 12:32:47 -06:00
src add better error handling for file checks 2025年01月23日 12:32:47 -06:00
.gitignore add rpgp and clap 2025年01月22日 20:38:35 -06:00
Cargo.lock add derive for clap 2025年01月22日 22:28:05 -06:00
Cargo.toml add derive for clap 2025年01月22日 22:28:05 -06:00
README.md fix readme 2025年01月23日 06:55:22 -06:00

rCrypt

Simple rust app to verify signed pgp messages. This was created to learn rust and the rPGP library.

Usage:

rcrypt --key public_key.asc --message signed_message.asc