Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 290 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 290 Bytes

pash npm version

Simple and strong password hashing using core node crypto.

var pash = require("pash");

pash("password", "salt", callback);

Callback will be called with an error, or a derived key buffer.