Gather your asset
Seed phrases, root CA keys, password manager exports, emergency credentials.
v1.4.0 · Apache 2.0 licensed
Fractum splits sensitive files into encrypted shares with AES-256-GCM and Shamir's Secret Sharing. Any K shares reconstruct the secret; fewer than K reveal nothing. Fully offline, no single point of failure.
Store shares where you prefer:
Secrets stored in one place are one accident away from gone.
Most people store critical secrets in single points of failure: hardware wallets, password managers, or encrypted files hidden in one location. When these fail, get stolen, are destroyed in a fire, or you forget where you hid them, the asset can be lost forever.
Split trust across shares, not across hope.
Fractum eliminates single points of failure through Shamir's Secret Sharing. Your secrets are split into shares where any K shares can reconstruct the original, but K-1 shares reveal nothing about it.
Three steps, fully offline, no cloud round-trip.
Seed phrases, root CA keys, password manager exports, emergency credentials.
AES-256-GCM encrypts the file, then the key is split via Shamir's Secret Sharing into N shares with threshold K.
Store shares across people, locations, or media. Recovery stays portable, offline, and self-contained.
| Cryptographic standard | Used for | Also used in |
|---|---|---|
| AES-256-GCM | Authenticated file encryption | Signal, AWS, Google Cloud, Apple |
| Shamir's Secret Sharing | Splitting the key into K-of-N shares | SLIP-39-style custody models, DNSSEC ceremonies |
Built for long-term custody, recovery planning, and offline operations.
Crypto wallet seed phrases, root CA keys, password manager exports, legal and financial documents.
Fire, theft, or a lost device cannot compromise a properly distributed share set.
No custom cryptographic primitive. Read the architecture.
Use --network=none in Docker when your threat model requires network isolation.
Non-root containers, reproducible builds, minimal dependencies, cross-platform workflows.
CLI-first, scriptable, open source, and documented end to end.
Established primitives, transparent implementation, and explicit limitations.
No formal mathematical verification has been performed and side-channel attacks are not explicitly mitigated. See full limitations.
Choose the installation path that matches your threat model.
Complete network isolation. Best for production and security-conscious operations.
Full control for developers. Cross-platform with automation scripts.