You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++
The text was updated successfully, but these errors were encountered:
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++
The text was updated successfully, but these errors were encountered: