Skip to content
/ dbcrypt Public

Simplify and promisify hashing and verifying passwords

Notifications You must be signed in to change notification settings

dnode/dbcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Dependency Status devDependency Status

Example

const dbcrypt = require('dbcrypt');

const passwordHash = await dbcrypt.hash('password');
if (await bcrypt.compare('passwordHash', passwordHash)) {

}

About

Simplify and promisify hashing and verifying passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published