Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 490 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 490 Bytes

pbkdf2 examples for Node.js libraries

Node.js 10.x does not support HMAC-SHA256, only HMAC-SHA1

Here are some examples of how to use pbkdf2 with HMAC-SHA256, using these 3rd party Node.js libraries:

Install the node libraries with npm install

Run it with node main.js