Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages