Bcrypt Hash Generator
Generate bcrypt password hashes with configurable cost factor (work rounds). Verify passwords against existing bcrypt hashes. Bcrypt automatically handles salting and is the recommended algorithm for password storage in web applications.
common.generateHash
common.password
common.verifyHash
common.password
Hash