Skip to content

cardano-web3-js / CML / emip3_decrypt_with_password

Function: emip3_decrypt_with_password()

emip3_decrypt_with_password(password, data): string

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

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

Parameters

password

string

data

string

Returns

string

Released under the MIT License