|
2 | 2 |
|
3 | 3 | # Databunker |
4 | 4 |
|
5 | | -**Databunker is a self-hosted, GDPR compliant, secure database for personal records - PII/PHI/KYC: https://databunker.org/** |
| 5 | +**Databunker is a self-hosted, GDPR compliant, Go-based tool for secure personal records tokenization and storage - PII/PHI/KYC: https://databunker.org/** |
6 | 6 |
|
7 | 7 | <div align="center"> |
8 | 8 | <p> |
|
16 | 16 | </p> |
17 | 17 | </div> |
18 | 18 |
|
| 19 | +## Databunker intro |
| 20 | + |
| 21 | +### 💣 The Big Problem with Traditional Database Encryption |
| 22 | +Traditional database encryption solutions often provide a false sense of security. While they may encrypt data at rest, they leave critical vulnerabilities: |
| 23 | + |
| 24 | +* **Encryption alone isn’t enough:** Most vendors offer only basic database or disk encryption, leaving data vulnerable |
| 25 | +* **Vulnerable GraphQL Queries:** Unfiltered queries can expose unencrypted data to attackers |
| 26 | +* **SQL Injection Risks:** Attackers can retrieve plaintext data through SQL injections |
| 27 | + |
| 28 | +Databunker addresses these gaps with a secure, developer-focused solution for personal data tokenization and storage. |
| 29 | + |
| 30 | +### 🛠️ DataBunker Features |
| 31 | + |
| 32 | +- **Tokenization Engine**: Generates UUID tokens for safe data referencing in applications |
| 33 | +- **Encrypted Storage**: Secures sensitive data with a robust architecture, surpassing traditional solutions |
| 34 | +- **Injection Protection**: Blocks SQL and GraphQL injection attacks by design |
| 35 | +- **Secure Indexing**: Uses hash-based indexing for search queries |
| 36 | +- **No Plaintext Storage**: Ensures all data is encrypted at rest |
| 37 | +- **Restricted Bulk Retrieval**: Disabled by default to prevent data leaks |
| 38 | +- **API-Based Access**: Integrates with your backend via a NoSQL-like API |
| 39 | +- **Fast Integration**: Set up secure data protection in under 10 minutes |
| 40 | + |
| 41 | +For **credit-card tokenization** or **enterprise security features** check out the <a href="/databunker-pro-docs/introduction/">Databunker Pro</a>. |
| 42 | + |
| 43 | + |
| 44 | +### ⚡ Why Databunker? |
| 45 | + |
| 46 | +Databunker provides a robust, open-source vault that eliminates the false sense of security from traditional encryption methods, offering developers a practical way to protect sensitive data. |
| 47 | + |
| 48 | +### 🚀 Deployment & Usage |
| 49 | +- **Self-Hosted**: Run on your cloud or on-premises infrastructure |
| 50 | +- **Open-Source**: Licensed under MIT for free commercial use |
| 51 | +- **GDPR Compliant**: Meets modern privacy regulation requirements |
| 52 | +- **High Performance**: Go-powered API ensures fast tokenization and data access |
| 53 | + |
| 54 | +### 🔐 How It Works |
| 55 | +1. Store sensitive data in Databunker via API calls |
| 56 | +2. Receive UUID tokens to reference data securely in your application |
| 57 | +3. Query data using secure, hash-based indexing |
| 58 | +4. Benefit from built-in protections against injections and bulk data leaks |
| 59 | + |
19 | 60 | ## 🚀 Quick Start (5 minutes) |
20 | 61 |
|
21 | 62 | ```bash |
|
0 commit comments