참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.
account
encrypted with password
.
The options
can be used to tune the password-based key derivation function parameters, explicitly set the random
values used and provide a ProgressCallback to receive periodic updates on the
completion status..
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. |
Promise
<string
>
The encrypted JSON data.