What lightweight secrets management actually looks like
Heavyweight tools assume a control plane, a network policy, and a platform team to run them. That overhead is fine if you have 50 services and a compliance auditor; it's a waste if you have 3 services and a single CI pipeline.
PassCryp's model is simple: one encrypted vault per project, one team per vault, one set of environment tags. Add a secret, tag it, share it. The vault is the source of truth; the CLI fetches at runtime; the audit log tells you who touched what.
What you give up vs HashiCorp Vault: dynamic credentials, network policy enforcement, pluggable backends. What you gain: setup measured in minutes, not days.