kxfides 0.1.0

CLI for signing & verifying media with KX-Fides.
kxfides-0.1.0 is not a library.

🔐 KX-Fides

KX-Fides is a cryptographic authentication framework for proving authorship and integrity of digital media. It allows creators to generate signing keys, produce verifiable .authmanifest.json files, and publicly validate that a piece of media (audio, video, text, etc.) has not been altered since signing.

The project consists of:

  • kx-fides-core — a Rust library providing key generation, signing, and verification.
  • kxfides — a CLI tool built on the core library for everyday use.

Installation

cargo install kxfides