@argusjs/hash-scrypt
v0.1.4
Published
scrypt password hasher with no native dependencies.
Readme
@argusjs/hash-scrypt
scrypt password hasher with no native dependencies.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/hash-scryptUsage
import { ScryptHasher } from '@argusjs/hash-scrypt';
const hasher = new ScryptHasher();Docs
See the main documentation for full API reference and examples.
