rocksdb/PLUGINS.md
Akanksha koul 736b3c4909 Added encryption plugin based on Intel open-source ipp-crypto library (#11429)
Summary:
This PR adds a plugin that supports AES-CTR encryption for RocksDB based on highly performant intel open-source cryptographic library IPP-Crypto.

Details:
- supports AES-128, AES-192, and AES-256.
- uses the CTR mode of operation.
- based on the Intel® crypto library -- https://github.com/intel/ipp-crypto.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/11429

Reviewed By: cbi42

Differential Revision: D45622342

Pulled By: ajkr

fbshipit-source-id: 2463fa2b8ae625fdd7d83768e274c74e3f2a0f46
2023-05-08 12:13:43 -07:00

860 B

This is the list of all known third-party plugins for RocksDB. If something is missing, please open a pull request to add it.

  • Dedupfs: an example for plugin developers to reference
  • HDFS: an Env used for interacting with HDFS. Migrated from main RocksDB repo
  • ZenFS: a file system for zoned block devices
  • RADOS: an Env used for interacting with RADOS. Migrated from RocksDB main repo.
  • PMEM: a collection of plugins to enable Persistent Memory on RocksDB.
  • IPPCP: a plugin to enable encryption on RocksDB based on Intel optimized open source IPP-Crypto library.