Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

restyjs-graveyard/argon2

Repository files navigation

@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")

About

Password hashing and validation module for resty.js.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •