Skip to content

hazae41/argon2

Repository files navigation

Argon2

Argon2 adapter for WebAssembly and JS implementations

npm install @hazae41/argon2
deno install jsr:@hazae41/argon2

📦 NPM📦 JSR

Features

Current features

  • 100% TypeScript and ESM
  • No external dependencies

Usage

WebAssembly

npm i @hazae41/argon2-wasm
import { argon2 } from "@hazae41/argon2"
import { argon2Wasm } from "@hazae41/argon2-wasm"

await argon2Wasm.load() // or argon2Wasm.loadSync()

argon2.set(argon2.fromWasm(argon2Wasm))

About

Argon2 adapter for WebAssembly and JS implementations

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors