Skip to content

EasyVault

A Vault-compatible secrets manager with strong encryption at its core.

EasyVault stores and serves secrets with a HashiCorp Vault-compatible interface, so existing tooling and workflows work with minimal changes.

Highlights

  • Vault-compatible API — drop-in for workflows that already speak Vault.
  • Envelope encryption — data keys wrapped by a master key for defense in depth.
  • Shamir unseal — the master key is split into shares, so no single operator can unseal alone.
  • Memory-safe core — built in Rust on Axum.

Note

This page is a starting point — add install steps, the unseal workflow, and API examples as EasyVault matures.