Skip to content
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

shadow need support symmetric encryption #570

Open
Curricane opened this issue Oct 21, 2019 · 1 comment
Open

shadow need support symmetric encryption #570

Curricane opened this issue Oct 21, 2019 · 1 comment

Comments

@Curricane
Copy link

Is your feature request related to a problem? Please describe.
I need to protect the user's information, and the business requires us to use symmetric encryption. But I found that SHADOWNODE does not support symmetric encryption.

Describe the solution you'd like
Like node.js, it supports cipher and related symmetric encryption functions such as crypto.createCipheriv(algorithm, key, iv[, options])

Describe alternatives you've considered
Use napi to supplement symmetric encryption with c++

@yorkie yorkie added the crypto label Oct 21, 2019
@yorkie
Copy link
Member

yorkie commented Oct 21, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants