simonepri / phc-argon2

🔒 Node.JS Argon2 password hashing algorithm following the PHC string format.
MIT License
17 stars 6 forks source link

Argon2 version 27 not found, please update de dependences to version 0.28.1 #53

Closed djpfs closed 2 years ago

djpfs commented 3 years ago
> argon2@0.27.2 install C:\projects\amazon-backend\node_modules\argon2
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! install response status 404 Not Found on https://github.com/ranisalt/node-argon2/releases/download/v0.27.2/argon2-v0.27.2-napi-v3-win32-ia32-unknown.tar.gz
node-pre-gyp WARN Pre-built binaries not installable for argon2@0.27.2 and node@14.17.0 (node-v83 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/ranisalt/node-argon2/releases/download/v0.27.2/argon2-v0.27.2-napi-v3-win32-ia32-unknown.tar.gz

New version from argon2: https://github.com/ranisalt/node-argon2/releases/download/v0.28.1/argon2-v0.28.1-napi-v3-win32-x64-unknown.tar.gz

ranisalt commented 2 years ago

This repository is abandoned, just use argon2 directly as it provides the same features (in fact, it uses @phc/format to format the hash)