microstream-one / microstream

High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. Minimum of Latencies. Create Ultra-Fast In-Memory Database Applications & Microservices.
https://microstream.one/
Eclipse Public License 2.0
558 stars 44 forks source link

Data encryption at rest #445

Open kitenco opened 1 year ago

kitenco commented 1 year ago

Are there any plans for on-device data encryption integrated in microstream?

For comparison: in the past we used couchbase lite and their feature of database encryption at rest https://docs.couchbase.com/couchbase-lite/current/java/database.html#database-encryption

Maybe I overlooked it in the documentation, than I am sorry for that

hg-ms commented 1 year ago

Hello, That’s a legitimate question. An integrated encryption of the storage is currently not available or planned for the near future. At the moment you have to relay on the storage target capabilities for encryption, e.g. using encrypted file systems.