21 lines
845 B
Markdown
21 lines
845 B
Markdown
|
|
# SecretumVault Documentation
|
||
|
|
|
||
|
|
Welcome to the SecretumVault documentation.
|
||
|
|
|
||
|
|
SecretumVault is a post-quantum cryptographic secrets vault for modern infrastructure, combining:
|
||
|
|
- Post-quantum cryptography (ML-KEM-768, ML-DSA-65) with classical crypto
|
||
|
|
- Multiple secrets engines (KV, Transit, Dynamic, PKI)
|
||
|
|
- Cedar policy-based authorization (attribute-based access control)
|
||
|
|
- Flexible storage backends (SurrealDB, filesystem, etcd, PostgreSQL)
|
||
|
|
|
||
|
|
## Documentation Sections
|
||
|
|
|
||
|
|
- **[User Guide](user-guide/)** - Installation, configuration, and how-to guides
|
||
|
|
- **[Architecture](architecture/)** - System design and architectural decisions
|
||
|
|
- **[Operations](operations/)** - Deployment and operational procedures
|
||
|
|
- **[Development](development/)** - Build features, development guide, and PQC support
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
For a complete index, see [README.md](README.md).
|