 # Databunker **Databunker is a network-based, self-hosted, GDPR compliant, secure vault for personal data or PII: https://databunker.org/**
Project **demo** is available at: [https://demo.databunker.org/](https://demo.databunker.org/). Please add a **star** if you like our project. We live in a world where the privacy of our information is nonexistent. The EU has been working to remediate this fallacy with GDPR, and the US (California) follows with a first sparrow called CCPA. Databunker project is intended to ease the GDPR and CPRA compliance. It gives organizations easy-to-implement APIs and secure vault to store PII, and a privacy portal. Databunker gives all of us, the real data owners, control of our data. Databunker allows us to know who is using our data, what is happening with our personal data and gives us the freedom to decide if we agree to that or not. Databunker, when deployed correctly, replaces all the customer's personal records (PII) scattered in the organization's different internal databases and log files with a single randomly generated token managed by the Databunker service. By deploying this project and moving all personal information to one place, you will comply with the following GDPR statement: *Personal data should be processed in a manner that ensures appropriate security and confidentiality of the personal data, including for preventing unauthorized access to or use of personal data and the equipment used for the processing.* #### Diagram of old-style solution.  #### Diagram of Solution with Databunker  Getting started guide: https://databunker.org/doc/start/ Databunker installation guide: https://databunker.org/doc/install/ ## 🚀 Demo Project demo is available at: [https://demo.databunker.org/](https://demo.databunker.org/) You can access the demo UI using the following account credentials: ``` Phone: 4444 Captcha: type as displayed Access code: 4444 ``` ``` Email: test@securitybunker.io Captcha: type as displayed Access code: 4444 ``` Demo root token: ```DEMO``` --- ## 🛠️ Node.js Examples 1. Node.js example implementing passwordless login using Databunker: https://github.com/securitybunker/databunker-nodejs-passwordless-login 2. Node.js example with Passport.js, Magic.Link and Databunker: https://github.com/securitybunker/databunker-nodejs-example 3. Secure Session Storage for Node.js apps: https://databunker.org/use-case/secure-session-storage/#databunker-support-for-nodejs ## 🛠️ Node.JS modules 1. `@databunker/store` from https://github.com/securitybunker/databunker-store 2. `@databunker/session-store` from https://github.com/securitybunker/databunker-session-store ## ⚡ Databunker benchmark results: https://databunker.org/doc/benchmark/ ## ⚡ Production deployments * Backend at https://privacybunker.io/ * Backend at https://bitbaza.io/ 🚩 **Send us a note** if you are running Databunker in production mode, so we can add your wesbite to the list. ## Privacy by design This product, from the architecture level and down to code was built to comply with strict privacy laws such as GDPR and CCPA. Deploying this project can make your architecture **privacy by design** compliant. For more info, check out the following article: https://databunker.org/use-case/privacy-by-design-default/ ## Transparency and Accountability principle Any system or customer connecting to Databunker must provide an **access token** to authorize any operation, otherwise, the operation will be aborted. An end customer can login to his profile with a random authorization code sent by email or SMS. All operations with personal records are **saved in the audit log**. Any customer can log in to his account at Data Bunker and view the **full audit of activities** performed on his profile.  ## Integrity and confidentiality **All personal data is encrypted**. An audit log is written for all operations with personal records. Any request using Databunker API is done with **HTTPS SSL certificate**. The enterprise version supports Shamir's Secret Sharing algorithm to split the master key into a number of keys. A number of keys (that can be saved in different hands in the organization) are required to bring the system up. --- ## 🚀 Databunker quick start guide Follow this [article](https://databunker.org/doc/start/). --- # This projects provides an instant solution for GDPR compliance and user rights: 1. [Right of access](#right-of-access) 1. [Right to restrict processing / Consent withdrawal](#right-to-restrict-processing--consent-withdrawal) 1. [Right to be forgotten](#right-to-be-forgotten) 1. [Right to rectification](#right-to-rectification) 1. [Right to data portability](#right-to-data-portability) 🚩 **NOTE**: Implementing this project does not make you fully compliant with GDPR requirements and you still need to consult with an attorney specializing in privacy. 🚩 **NOTE**: When we use the term "Customer" we mean the data of the end-user that his information is being stored, shared, and deleted. ## Right of access Databunker extracts **customer email** and **customer phone** values out of the customers' personal records. It gives your customer **passwordless** access to his data stored under his account. This is done by generating a random access key sent by email or by SMS. Your customer can sign-in into Databunker, view information stored by Databunker, and make changes in compliance with a company's policy.