You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from `crypto.getHashes()`
10
4
5
+
[![github actions][actions-image]][actions-url]
6
+
[![coverage][codecov-image]][codecov-url]
7
+
[![dependency status][5]][6]
8
+
[![dev dependency status][7]][8]
9
+
[![License][license-image]][license-url]
10
+
[![Downloads][downloads-image]][downloads-url]
11
+
12
+
[![npm badge][11]][1]
11
13
12
14
## Usage
13
15
@@ -28,3 +30,19 @@ For high performance, use the `async` variant (`pbkdf2.pbkdf2`), not `pbkdf2.pbk
28
30
This module is a derivative of [cryptocoinjs/pbkdf2-sha256](https://github.com/cryptocoinjs/pbkdf2-sha256/), so thanks to [JP Richardson](https://github.com/jprichardson/) for laying the ground work.
29
31
30
32
Thank you to [FangDun Cai](https://github.com/fundon) for donating the package name on npm, if you're looking for his previous module it is located at [fundon/pbkdf2](https://github.com/fundon/pbkdf2).
0 commit comments