yodaos-project/ShadowNode

shadow need support symmetric encryption

Open

#570 opened on Oct 21, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (45 forks)batch import
cryptohelp wanted

Repository metrics

Stars
 (588 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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++

Contributor guide