Subject
4 entries
Secrets
Bookmarks
fnox: secret manager for mise workflows
fnox is a new secret management tool designed to pair with mise in dev workflows — storing secrets outside dotfiles and injecting them at runtime. Announced by the mise author as a companion to mise's tool/runtime management.
SOPS: Secrets OPerationS
SOPS (Secrets OPerationS) encrypts secret files using cloud KMS or PGP/age keys while keeping key names visible for diffs and version control. It's the standard tool for storing encrypted secrets in git without a centralized secrets server.
Secrets Management Overview
A comparative overview of 10 secrets management tools across on-premises, SaaS, and hybrid deployment models, from open-source options like Ansible Vault and Conjur to commercial platforms like HashiCorp Vault, Doppler, and Akeyless.
dotenvx
dotenvx is an improved dotenv from the original creator — adding encrypted .env files, multi-environment support, and a CLI that works across any language or stack. Lets you commit encrypted .env files to git without a secrets server.
