Wallet
encryptKeystoreJsonSync
Return the JSON Keystore Wallet for account
encrypted with password
.
The options
can be used to tune the password-based key derivation function parameters, explicitly set the random
values used. Any provided ProgressCallback is ignored.
Parameters
Parameter | Type | Description |
---|---|---|
account | KeystoreAccount | The account to encrypt. |
password | string | Uint8Array | The password to encrypt the JSON data. |
options ? | EncryptOptions | The options to use when encrypting the JSON data. |
Returns
string
The encrypted JSON data.
Source
Was this page helpful?