
Databunker
Self-hosted vault for tokenizing and encrypting sensitive records

Databunker is a self-hosted, Go-based privacy vault for storing sensitive customer data (PII/PHI/KYC/PCI) using tokenization and strong encryption. It is designed to reduce exposure of plaintext data in application databases and to support common privacy compliance workflows.
Key Features
- Tokenization engine that replaces sensitive fields with UUID tokens for use in your application database
- Encrypted storage layer (designed to avoid plaintext at rest) with secure, hash-based indexing for lookups
- REST API intended as a “secure user table” replacement, with OpenAPI specification support
- Built-in protections aimed at reducing data exposure via bulk export and common injection patterns
- Consent management and privacy operations support (e.g., access requests, deletion/right-to-be-forgotten, portability)
- Audit trail and access logging for compliance and traceability
- Container-friendly deployment and support for common SQL backends
Use Cases
- Centralized vault for customer profile data to reduce PII exposure in primary application databases
- Compliance-oriented storage for regulated datasets (e.g., GDPR/CCPA/HIPAA-aligned workflows)
- Tokenization of high-risk identifiers (including payment-related data in supported editions) to reduce breach impact
Limitations and Considerations
- Some advanced capabilities commonly advertised for enterprise deployments (e.g., key rotation, multi-tenancy, credit-card tokenization) may depend on the Pro/enterprise offering rather than the core open-source edition.
Databunker fits teams that want to segregate sensitive data behind a dedicated service and integrate via a simple API. It is particularly useful when reducing plaintext exposure and audit scope is more important than building custom encryption and compliance tooling in-house.
Categories:
Tags:
Tech Stack:
Similar Services

Vaultwarden
Bitwarden-compatible password manager server written in Rust
Vaultwarden is a lightweight, Bitwarden-compatible password manager server in Rust, designed for self-hosting with official Bitwarden clients.

KeePassXC
Cross-platform offline password manager using encrypted KDBX databases
KeePassXC is a secure, cross-platform password manager that stores credentials and sensitive notes in encrypted KeePass-compatible KDBX files with autofill and browser in...
Infisical
Open-source platform for secrets, PKI certificates, and privileged access
Infisical is an open-source platform to manage and deliver app secrets, certificates (PKI), SSH credentials, and encryption keys across teams and infrastructure.

Ente
End-to-end encrypted cloud for photos and 2FA
Open-source, end-to-end encrypted platform for private photo backup, sharing, and authenticator (2FA) sync across devices, with optional self-hosting.

Bitwarden
Open-source password manager with zero-knowledge security and self-hosting.
Bitwarden is an open-source password manager that stores, shares, and autofills credentials with zero-knowledge encryption; supports cloud or self-hosted deployments.


Passbolt
Open-source password and secret manager for teams
Passbolt is an open-source, security-first password and secret manager for teams, with end-to-end encryption, granular sharing permissions, and auditing.
Go
OpenAPI (Swagger)
Docker