Things You Must Know About git-crypt To Successfully Protect Your Secret Databy@MichaelB
5,678 reads

Things You Must Know About git-crypt To Successfully Protect Your Secret Data

tldt arrow
EN
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Many software projects use secrets - usually, keys to external APIs or credentials to access an external resource such as a database. Your application needs these keys at runtime, so you need to be able to provide them when you deploy your application. Git-crypt aims to solve this problem by encrypting your secrets whenever you push them to your git repository, and decrypting them whenever you pull them. This happens transparently, from your point of view, so the secrets are in cleartext as far as you and your deployment code are concerned.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Things You Must Know About git-crypt To Successfully Protect Your Secret Data
Michael HackerNoon profile picture

@MichaelB

Michael


Receive Stories from @MichaelB

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!