libp2p
Preparing search index...
@libp2p/crypto
index
pbkdf2
Function pbkdf2
pbkdf2
(
password
:
string
,
salt
:
string
|
Uint8Array
<
ArrayBufferLike
>
,
iterations
:
number
,
keySize
:
number
,
hash
:
string
,
)
:
string
Computes the Password-Based Key Derivation Function 2.
Parameters
password
:
string
salt
:
string
|
Uint8Array
<
ArrayBufferLike
>
iterations
:
number
keySize
:
number
hash
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
libp2p
Loading...
Computes the Password-Based Key Derivation Function 2.