yodaos-project/ShadowNode

shadow need support symmetric encryption

Open

#570 aperta il 21 ott 2019

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (45 fork)batch import
cryptohelp wanted

Metriche repository

Star
 (588 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor