node-argon2 icon indicating copy to clipboard operation
node-argon2 copied to clipboard

Node.js bindings for Argon2 hashing algorithm

Results 50 node-argon2 issues
Sort by recently updated
recently updated
newest added

I note there are new ARM builds but trying `yarn add argon2` fails on my system. Big Sur 11.3 Node v16.4.0 ``` Output: node-pre-gyp info it worked if it ends...

bug
help wanted

How can we add pepper? The binaries apparently don't support it. Can we implement a pre-argon pepper hashing or will it be simply useless without the core support?

### Before creating an issue, please be sure to: - [x] Checkout to the latest version, **including submodules** - [x] Try to find an *isolated* way to reproduce the behavior...

I'm using Ubuntu 22.04 How to download and use the binaries of argon2 in an express app?

### Steps to reproduce 1. Call the argon2.verify function on Node v16.X.X on alpine linux using argon2 v0.28.1 [Click here for reproduction repository](https://github.com/Tallyrald/argon2-sigsegv-repro) ### Expected behaviour Verify function returns either...

bug
help wanted

Welcome to the issues section if it's your first time! ### Before creating an issue, please be sure to: - [x] Checkout to the latest version, **including submodules** - [x]...

help wanted

### Describe the Bug I always deploy my directus project to cPanel, i set up my node app, i run "npm rebuild argon2 --build-from-source" and everything works well. From this...

Welcome to the issues section if it's your first time! ### Before creating an issue, please be sure to: - [√] Checkout to the latest version, **including submodules** - [√]...

### Steps to reproduce 1. open a wsl terminal 2. run yarn add --save argon2 3. import argon2 at the top of the file 4. run ts-node index.ts (run the...

help wanted
windows