Documentation Index
Fetch the complete documentation index at: https://docs.blindcast.dev/llms.txt
Use this file to discover all available pages before exploring further.
blindcast keygen generates a cryptographically random master key and salt. These are the only two secrets you need to protect — all content encryption keys are derived from them using HKDF.
Usage
Output
KEY=VALUE format so you can pipe it directly into a .env file:
JSON output
For scripting and CI/CD:Flags
| Flag | Description |
|---|---|
--json | Output as JSON instead of env vars |
What these are
- Master key (32 bytes): The root secret from which all content keys are derived. Used by
blindcast encrypt,blindcast serve, and the production key server. - Salt (32 bytes): A random value used as input to HKDF alongside the master key. Same salt must be used everywhere the master key is used.