arcadedb icon indicating copy to clipboard operation
arcadedb copied to clipboard

Fully support for Encryption at REST

Open lvca opened this issue 1 year ago • 0 comments

After this PR (https://github.com/ArcadeData/arcadedb/pull/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

lvca avatar Oct 12 '24 19:10 lvca