# 🔐 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