← Back to archive

Repo of the Day

Entry #515

Published: Oct 3, 2022

Open repository ↗

Safely store secrets in Git/Mercurial/Subversion - could be interesting for storing some shared creds within a git repo (still private though). They recommend just storing a single key to something like a key vault service so you aren't encrypting all the .env variables for example but are instead encrypting the key that would give access to all the env variables.