Data loss prevention tools
Tools
Popular data loss prevention tools
DET (data loss prevention testing)
learning, penetration testing
DET is a proof of concept to perform data exfiltration using either single or multiple channels at the same time.
git-crypt (encrypt sensitive data in Git repositories)
data encryption
This tools allows you to store your secrets (such as keys or passwords) in the same repository as your code.
git-secrets (prevent secrets ending up in Git)
data leak prevention, information leak prevention
You would most likely use git-secrets in development teams or as an individual developer. The primary goal is to prevent accidentally submitting authentication details or otherwise sensitive information to your software repositories.
Missing a favorite tool in this list? Share a tool suggestion and we will review it.