UNPKG

bcrypt-strong-password-hasher

Version:

A secure, zero-dependency password hasher using native Node.js crypto

13 lines 414 B
{ "name": "bcrypt-strong-password-hasher", "version": "1.1.0", "description": "A secure, zero-dependency password hasher using native Node.js crypto", "main": "./src/index.js", "type": "module", "scripts": { "test": "node ./test/hasher.test.js" }, "keywords": ["password", "hash", "pbkdf2", "salt", "pepper", "crypto", "secure", "javascript"], "author": "Pradeep Sahani", "license": "MIT" }