Capsule v1.3.0
Capsule Protocol v1.3.0: CLI verifier and epoch-based key rotation
Added
capsuleCLI — verify, inspect, and manage keys from the command linecapsule verify <source>— structural, full (SHA3-256), and signature (Ed25519) verificationcapsule inspect— display a capsule's full 6-section contentcapsule keys info | rotate | export-public— keyring managementcapsule hash <file>— SHA3-256 utility
- Epoch-based key rotation — NIST SP 800-57 aligned key lifecycle with backward-compatible verification across rotations
- Epoch-aware signature verification —
Seal(keyring=kr)resolves the correct epoch's public key via fingerprint lookup
Install
pip install qp-capsule==1.3.0See CHANGELOG.md for full details.