Skip to content

VaultSovereign/ENCRYPTION_STANDARDS_CODEX

Repository files navigation

🜄 Encryption Standards Codex — VaultMesh 🜄

OpenSSF Scorecard Dependency Review SBOM License: MIT

Purpose. A living codex of modern encryption standards with a reference implementation, policy guardrails, and receipts suitable for civilization-ledger integration.

Algorithms (default policy)

  • ECDH: X25519
  • KDF: HKDF-SHA256
  • AEAD: ChaCha20-Poly1305 (12-byte nonce)
  • Signatures: Ed25519

See policy/crypto_policy.rego for enforceable constraints.

Quickstart

python3 -m venv .venv && . .venv/bin/activate
make install
make policy   # OPA gate
make test     # roundtrip

Receipts

Operations can emit canonical receipts (receipts/*.json) via codex.receipts, ready for Merkle compaction upstream.

Security

See SECURITY.md. Supply-chain guardians: Scorecard, Dependency Review, SBOM.

Solve et Coagula — dissolve uncertainty, preserve sovereign memory.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published