securitybunker / databunker

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

Search through records which are encrypted #19

Open l-r-sowmya opened 10 months ago

l-r-sowmya commented 10 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 10 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.