arcadedb
arcadedb copied to clipboard
Fully support for Encryption at REST
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