-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there any way to encryption and decryption #64
Comments
It was never envisioned that way, but since linvodb3 is only a middleware, so you can use an encrypted back-end store (key-value store) and you would achieve the goal look for encrypted leveldown stores, as linvodb works with levelup |
Hello, has someone acheived any form of encryption? I think the most viable option is with encryptdown (there's not many) what I came up with looks like this:
But when I insert data, I get an error (after having a "success" inserted:1)
anyone have an idea? |
@Ivshti is there any way that I can encrypt the database and decrypt it at the time of querying and show the result?
The text was updated successfully, but these errors were encountered: