Level / leveldown

Pure C++ Node.js LevelDB binding. An abstract-leveldown compliant store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inbuilt Encryption

omymy1 opened this issue · comments

Please add In built-in encryption, I can use any string encryption package but that decrease leveldown performance. Please add this feature or is already available please leave a Comment.

Unfortunately that's out of scope. We cannot add a specific choice of encryption algorithm to a relatively generic key-value store. In fact, any encryption is out of scope.

If you see opportunities for new integration points that could help implement (faster) encryption in userland, that can be discussed. I would however ask for a concrete and more detailed proposal. Until then, I'm closing this issue. Thanks!