@restyjs/argon2
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

@restyjs/argon2

Password hashing and validation module for resty.js.

import { hash, verify } from "@restyjs/argon2";

// hash plain password
const result = await hash("foobar");

// verify password
const isVerified = await verify(result.password, "foobar")

Package Sidebar

Install

npm i @restyjs/argon2

Homepage

restyjs.com

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

3.63 kB

Total Files

6

Last publish

Collaborators

  • satishbabariya