kxfides 0.1.0

CLI for signing & verifying media with KX-Fides.
1
2
3
4
5
6
7
8
9
10
11
# 🔐 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
```bash
cargo install kxfides