const dbcrypt = require('dbcrypt');
const passwordHash = await dbcrypt.hash('password');
if (await bcrypt.compare('passwordHash', passwordHash)) {
}
-
Notifications
You must be signed in to change notification settings - Fork 0
dnode/dbcrypt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simplify and promisify hashing and verifying passwords
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published