1
0
Fork
You've already forked rsop
0
forked from heiko/rsop
Stateless OpenPGP (SOP) based on rpgp
  • Rust 100%
2024年10月15日 23:36:50 -05:00
.woodpecker Add CI config 2024年08月12日 09:42:00 +02:00
LICENSES add license files 2024年02月26日 13:55:05 +01:00
rpgpie-sop use the version of rpgpie where the card backend is not required 2024年10月15日 23:36:50 -05:00
rsop chore: release 0.4.0-alpha.1 2024年09月25日 12:56:33 +02:00
.gitignore add Cargo.lock 2024年02月27日 18:04:19 +01:00
Cargo.lock use the version of rpgpie where the card backend is not required 2024年10月15日 23:36:50 -05:00
Cargo.toml Try signing with all signing subkeys 2024年09月20日 15:40:32 +02:00
README.md update diagrams 2024年05月26日 22:15:34 +02:00
rustfmt.toml code 2024年02月26日 14:01:09 +01:00

rsop and rpgpie-sop

flowchart TD
 RSOP["rsop <br/> (SOP CLI tool)"] --> RPIESOP
 RPIESOP["rpgpie-sop <br/> (SOP interface wrapper for rpgpie)"] --> RPIE
 RPIE["rpgpie <br/> (Experimental high level OpenPGP API)"] --> RPGP
 RPGP["rPGP <br/> (OpenPGP implementation)"]
 RPIE --> OCR["openpgp-card-rpgp"] --> RPGP
 OCR --> OC["openpgp-card"]
 RPIE --> OCS["openpgp-card-state <br/> (User PIN management)"]

rsop and rpgpie-sop are based on:

  • rPGP, a production-grade implementation of low-level OpenPGP functionality.
  • rpgpie 🦀🔐🥧, an experimental higher level OpenPGP API based on rpgp.