Function: encryptContent()
Source: 1.0.0-rc.14 · a572916b42ec
ts
function encryptContent(content, options): Promise<string>;Defined in: packages/valaxy/node/utils/encrypt.ts:59
Parameters
content
string
options
iv
Uint8Array
password
string
salt
Uint8Array
Returns
Promise<string>
See
https://github.com/mdn/dom-examples/blob/main/web-crypto/encrypt-decrypt/aes-cbc.js