You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encryption is a big topic
easier to apply in local single user systems
harder for shared multi user orgs
Ideally we would want specific data in the DB to be stored encrypted
This would require a per-org encryption key to ensure users in the same org can access all data
A challenge comes up when we look at search-ability of encrypted data.
Common methods are to download all data to client, decrypt and run a search on it
but I havent found a true search while encrypted method
Opening this for discussion
requirements:
Specific column data within the DB to be encrypted using a per-org key
storage and management of the Org Keys
Full Plain Text search on data within the encrypted columns
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Encryption is a big topic
easier to apply in local single user systems
harder for shared multi user orgs
Ideally we would want specific data in the DB to be stored encrypted
This would require a per-org encryption key to ensure users in the same org can access all data
A challenge comes up when we look at search-ability of encrypted data.
Common methods are to download all data to client, decrypt and run a search on it
but I havent found a true search while encrypted method
Opening this for discussion
requirements:
Specific column data within the DB to be encrypted using a per-org key
storage and management of the Org Keys
Full Plain Text search on data within the encrypted columns
Beta Was this translation helpful? Give feedback.
All reactions