Crates.io | ksign |
lib.rs | ksign |
version | 0.2.0 |
source | src |
created_at | 2024-09-22 13:55:57.675861 |
updated_at | 2024-09-29 18:09:14.48555 |
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 | 47,835 |
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