Skip to content

cardano-web3-js / CML / emip3_encrypt_with_password

Function: emip3_encrypt_with_password()

emip3_encrypt_with_password(password, salt, nonce, data): string

Defined in: node_modules/cardano-wasm-libs/src/libs/cardano-multiplatform-lib/nodejs/cardano_multiplatform_lib.d.ts:6

Encrypt using Emip3: https://github.com/Emurgo/EmIPs/blob/master/specs/emip-003.md

Parameters

password

string

salt

string

nonce

string

data

string

Returns

string

Released under the MIT License