ksign

Crates.ioksign
lib.rsksign
version0.2.0
sourcesrc
created_at2024-09-22 13:55:57.675861
updated_at2024-09-29 18:09:14.48555
descriptionOpenWRT's `usign` utility rewritten in Rust. The crate provides both the executable and the library.
homepagehttps://github.com/igankevich/ksign
repositoryhttps://github.com/igankevich/ksign
max_upload_size
id1382986
size47,835
Ivan Gankevich (igankevich)

documentation

https://docs.rs/ksign

README

ksign

Crates.io Version Docs dependency status

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
Commit count: 5

cargo fmt