Simple CLI tool to handle encrypted secrets, heavily inspired in Symfony Secrets.
With secrets
you can set and store your credentials encrypted, and dump it in plain whenever you want.
With secrets generate-keypair
you will generate your keypair. It will be used to encrypt all your data.
With secrets list
you can list the secrets you previously stored.
With secrets set KEY value
you can store a new secret.
With secrets get KEY
you can retrieve a secret value.
With secrets dump
you can dump all the stored secrets decrypted into a .env
file.