Remix Utils - v9.0.0
Preparing search index...
common/crypto
encrypt
Function encrypt
encrypt
(
value
:
string
,
seed
:
string
)
:
Promise
<
string
>
Uses Web Crypto API to encrypt a string using AES encryption.
Parameters
value
:
string
seed
:
string
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Remix Utils - v9.0.0
Loading...
Uses Web Crypto API to encrypt a string using AES encryption.