https://github.com/softvisio-node/argon2
Argon2 re-packed
https://github.com/softvisio-node/argon2
Last synced: over 1 year ago
JSON representation
Argon2 re-packed
- Host: GitHub
- URL: https://github.com/softvisio-node/argon2
- Owner: softvisio-node
- Created: 2021-06-02T20:50:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T01:40:54.000Z (over 1 year ago)
- Last Synced: 2025-03-26T02:36:24.561Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://softvisio-node.github.io/argon2/
- Size: 693 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
> :information_source: Please, see the full project documentation here:
# Introduction
Repacked version of [argon2](https://www.npmjs.com/package/argon2).
For the full documentation refer to the original repository .
## Install
```sh
npm install @softvisio/argon2
```
## Usage
```javascript
import argon2 from "@softvisio/argon2";
```