ctk-password
v0.1.3
Published
``` js //one file password.setup({ hashRounds: 10 });
Downloads
2
Readme
//one file
password.setup({
hashRounds: 10
});
//others
password.hash(password)// => Promise(hash)
password.compare(password, hash)// => Promise(equal)