@argusjs/hash-argon2
v0.1.4
Published
Argon2id password hasher (recommended for production).
Readme
@argusjs/hash-argon2
Argon2id password hasher (recommended for production).
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/hash-argon2Usage
import { Argon2Hasher } from '@argusjs/hash-argon2';
const hasher = new Argon2Hasher({ memoryCost: 65536, timeCost: 3 });Docs
See the main documentation for full API reference and examples.
