An open API service indexing awesome lists of open source software.

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

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";
```