Preparing search index...
The search index is not available
StableLib
StableLib
@stablelib/pbkdf2
deriveKey
Function deriveKey
derive
Key
(
hash
,
password
,
salt
,
iterations
,
length
)
:
Uint8Array
Derives key from password with PBKDF2 algorithm using the given hash function in HMAC construction.
Parameters
hash
:
(
new
(
)
=>
SerializableHash
)
new
(
)
:
SerializableHash
Returns
SerializableHash
password
:
Uint8Array
salt
:
Uint8Array
iterations
:
number
length
:
number
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
StableLib
Loading...
Derives key from password with PBKDF2 algorithm using the given hash function in HMAC construction.