@hazae41/argon2
v2.0.5
Published
Argon2 adapter for WebAssembly and JS implementations
Maintainers
Readme
Argon2
Argon2 adapter for WebAssembly and JS implementations
npm install @hazae41/argon2deno install jsr:@hazae41/argon2Features
Current features
- 100% TypeScript and ESM
- No external dependencies
Usage
WebAssembly
npm i @hazae41/argon2-wasmimport { argon2 } from "@hazae41/argon2"
import { argon2Wasm } from "@hazae41/argon2-wasm"
await argon2Wasm.load() // or argon2Wasm.loadSync()
argon2.set(argon2.fromWasm(argon2Wasm))