securitybunker / databunker

Secure SDK/vault for personal records/PII built to comply with GDPR
https://databunker.org/
MIT License
1.23k stars 72 forks source link

Search through records which are encrypted #19

Open l-r-sowmya opened 6 months ago

l-r-sowmya commented 6 months ago

As we all know that Databunker encrypts customer records and builds a secure search index for quick user lookup (i.e. using email, token, etc…). In all cases it is not sufficient to have only email,token alone for searching. some other fields in the encrypted record will also be index field.

l-r-sowmya commented 6 months ago

One possible way to support this is to have custom index - apis should provide way to create custom index for this unique cases.