paragonie / ciphersweet

Fast, searchable field-level encryption for PHP projects
https://ciphersweet.paragonie.com
Other
437 stars 32 forks source link

Document boolean searching #17

Closed paragonie-scott closed 6 years ago

paragonie-scott commented 6 years ago

Boolean searching is sort of an advanced use case, but one that I anticipate CipherSweet users will encounter eventually.

paragonie-scott commented 6 years ago

I'm really unhappy with this API. I'm probably going to create an EncryptedFieldSet class that lets you pass in an array and then encrypts each field in the row and does compound blind indices automatically.