Skip to content

leecrossley/pash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple and strong password hashing using core node crypto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published