| Crates.io | szdt_cli |
| lib.rs | szdt_cli |
| version | 0.0.2 |
| created_at | 2025-07-22 12:17:54.077139+00 |
| updated_at | 2025-07-22 12:17:54.077139+00 |
| description | SZDT CLI for signing and verifying data |
| homepage | |
| repository | https://github.com/gordonbrander/szdt |
| max_upload_size | |
| id | 1763467 |
| size | 67,620 |
Signed Zero-trust DaTa. Pronounced "Samizdat".
TDLR: signed CBOR for censorship-resistant data.
The SZDT CLI provides command-line tools for signing and verifying data with SZDT.
Install:
cargo install szdt_cli
Generate a keypair and give it a nickname ("alice"):
szdt key create alice
Create a data archive from a directory, signing it with your key:
szdt archive data/ --sign alice
Unarchive data:
szdt unarchive data.szdt
Signatures are verified during unpacking.
Check out szdt --help for more information.