#26050
SSE - Stupidly Simple Environments
Secrets management made easy

SSE is a highly-opinionated, platform-agnostic tool for managing secret environment variables.
Secrets are saved in an encrypted TOML file that is safe to check into version control. Only the master.key file is required to decrypt and edit it. Multiple environments are supported; development is the default.
SSE draws inspiration from Rails credentials and SOPS. It uses age for encryption.
It’s a single-file executable with no external dependencies, so it’s easy to integrate with development, build, and deployment environments.