Preparing search index...
The search index is not available
Remix Utils - v8.7.0
Remix Utils
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 - v8.7.0
Loading...
Uses Web Crypto API to encrypt a string using AES encryption.