@argusjs/hash-bcrypt
v0.1.4
Published
bcrypt password hasher.
Readme
@argusjs/hash-bcrypt
bcrypt password hasher.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/hash-bcryptUsage
import { BcryptHasher } from '@argusjs/hash-bcrypt';
const hasher = new BcryptHasher({ rounds: 12 });Docs
See the main documentation for full API reference and examples.
