| Crates.io | ksign |
| lib.rs | ksign |
| version | 0.4.0 |
| created_at | 2024-09-22 13:55:57.675861+00 |
| updated_at | 2025-02-19 18:18:33.478112+00 |
| description | OpenWRT's `usign` utility rewritten in Rust. The crate provides both the executable and the library. |
| homepage | https://github.com/igankevich/ksign |
| repository | https://github.com/igankevich/ksign |
| max_upload_size | |
| id | 1382986 |
| size | 49,766 |
OpenWRT's usign utility rewritten in Rust. The crate provides both the executable and the library. Use it to sign files using Ed25519 keys.
Usage: ksign [OPTIONS]
Options:
-V Verify signed file
-S Sign speificed file
-F Print key fingerprint for public key, secret key or signature
-G Generate a new key pair
-c <COMMENT> The comment to include in the file
-m <FILE> Message file
-p <FILE> Public key file
-P <DIRECTORY> Public key directory
-q Do not print signature verification status to stdout
-s <FILE> Secret key file
-x <FILE> Signature file
-h Print help