paragonie/ciphersweet

global blind index implementation?

slushpuppy opened this issue · 1 comments

Hi,
I am making a global search system from my app that allows users to search for encrypted data from multiple tables with differing schemas containing encrypted data. The only commonality between the data being searched are that they are all text searches with the same transformations. what would be the best way to go about doing this?

Use EncryptedMultiRows, define a pseudo-table that all of the blind indexes would be defined over regardless of their actual location within the database.