Blockchain Commons Crypto TypeScript Library - v1.0.0-alpha.13
Preparing search index...
pbkdf2HmacSha256
Function pbkdf2HmacSha256
pbkdf2HmacSha256
(
password
:
Uint8Array
,
salt
:
Uint8Array
,
iterations
:
number
,
keyLen
:
number
,
)
:
Uint8Array
Derive a key using PBKDF2 with HMAC-SHA-256
Parameters
password
:
Uint8Array
salt
:
Uint8Array
iterations
:
number
keyLen
:
number
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Blockchain Commons Crypto TypeScript Library - v1.0.0-alpha.13
Loading...
Derive a key using PBKDF2 with HMAC-SHA-256