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
After this PR (#1680), we have a basic support for encryption at rest for the whole database. It would be nice to have the following features built on top of that:
declare the encryption to use via SQL: this allows using encryption at rest while running as a standalone server
allow to specify what parts of the database to encrypt:
-- the whole database
-- only some types
-- only some properties
The text was updated successfully, but these errors were encountered:
After this PR (#1680), we have a basic support for encryption at rest for the whole database. It would be nice to have the following features built on top of that:
-- the whole database
-- only some types
-- only some properties
The text was updated successfully, but these errors were encountered: