Protect sensitive data at rest and in transit with free and open source tools. Browse encryption, data loss prevention, database security, and secrets management tools.
Loading...
VeraCrypt is the leading free disk encryption tool for Windows, macOS, and Linux, supporting full-disk encryption and encrypted containers. For file-level encryption, GPG (GNU Privacy Guard) is the standard. OpenSSL provides cryptographic primitives used by virtually every secure application.
Data Loss Prevention (DLP) tools monitor and control the movement of sensitive data to prevent unauthorized disclosure. Any organization handling PII, financial data, or intellectual property benefits from DLP. Open source options include OpenDLP and MyDLP, though commercial solutions dominate this space.
Use a secrets manager like HashiCorp Vault or AWS Secrets Manager to store and rotate credentials. Never hardcode credentials in source code. Use environment variables injected at runtime, enforce least privilege on database accounts, and audit all database access with tools like pgAudit (PostgreSQL).
Data masking replaces sensitive data with realistic but fictitious values for use in non-production environments. It prevents developers and testers from accessing real customer data. Tools like Faker libraries, Redgate Data Masker, and Jailer provide masking capabilities for development and testing workflows.