securitybunker / databunker

Secure Vault for Customer PII/PHI/PCI/KYC Records
https://databunker.org/
MIT License
1.26k stars 73 forks source link

Are additional fields, particularly images, supported? #7

Open elliot-sawyer opened 3 years ago

elliot-sawyer commented 3 years ago

Just wondering if the schema has additional flexibility, and if uploading an image to the databunker is supported

stremovsky commented 3 years ago

Hello Elliot

Thank you for your question. In general, it is not recommended to save binary files in any database. Databases are not built for file storage. Same for Databunker.

For secure file storage, you can do the following:

  1. Encrypt a file with a random key
  2. Use Databunker to store this random key
  3. Save the encrypted file on the disk or AWS s3 or GCP bucket or another service

If possible, I would love to talk with you to study how you use Databunker. I want to publish case studies for the product. Ping me if you are available: yuli@privacybunker.io https://calendly.com/stremovsky/30min

Thanks, Yuli