https://github.com/aunyks/deno-argon2id
A WASM-based Argon2 implementation for Deno.
https://github.com/aunyks/deno-argon2id
Last synced: 2 months ago
JSON representation
A WASM-based Argon2 implementation for Deno.
- Host: GitHub
- URL: https://github.com/aunyks/deno-argon2id
- Owner: aunyks
- Created: 2022-09-15T23:30:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T15:24:56.000Z (over 1 year ago)
- Last Synced: 2025-03-18T15:52:00.689Z (2 months ago)
- Language: TypeScript
- Size: 668 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno-argon2id
I (@aunyks) needed a [Deno](https://deno.land)
[Argon2](https://en.wikipedia.org/wiki/Argon2) implementation with WASM
portability and abstractions I can manage. Here we are.Let me know if you have any feature requests or want to use this in your own
project.