How to search through encrypted data

At the moment all certified Bubble employees can see the data and those who have access to your editor. Yes, it’s not very private. You can encrypt the data of a specific field with the unique key of a user which should be placed in an independent cloud encrypted by only one person in your organization to avoid leakage of sensitive information. If you need to do a keyword search, you will have to create an unencrypted field with the associated keywords per paragraph or decrypt the field and then do the search. This is far from obvious if we are talking about a million pages, but easier for a few pages.