#29 Git Crypt: Encrypting secrets of your test project

Опубликовано: 25 Март 2026
на канале: Power Tester
3,079
44

GitHub: https://github.com/PramodKumarYadav/zero

Goal:
In this video, we will learn about how we can protect our secrets from getting exposed by using git crypt.

Objective:
Show how to encrypt a project secrets (as a one time activity)
Show how other project users can decrypt the secrets

Next steps:
Show how to decrypt the secrets in CI (and fix the issue we saw in this video).