apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.55k stars 466 forks source link

Support encryption at rest #143

Closed rock59 closed 2 years ago

rock59 commented 3 years ago

It would be nice to support encryption at rest. CockroachDB's implementation for Rocksdb maybe a good starting point.

git-hulk commented 3 years ago

it’s really a good point to enhance the security by encrypting the data node. I would have a look at how can we achieve it on the kvrocks.

tisonkun commented 2 years ago

Closed as inactive. We don't hold a wishing list. A proposal with design is welcome. Also, IIRC crdb drops the dependency to RocksDB and develops their own storage engine Pebble :)