Ranieri Althoff

Results 385 comments of Ranieri Althoff

Sort of, you're deriving a key from a password then. I'm thinking that enhancing the return value with attributes could also work, i.e. what if you run `const hash =...

Yeah, it hasn't been since the package moved from `@mapbox/node-pre-gyp` to `node-gyp-build` (see b47602840a259946039db8526ddd182d1430f634) Is there a need to support `@mapbox/node-pre-gyp` when not using it directly?

Ah, absolutely. Feel free to open a pull request, or I will do it a little later :wink:

@SuperSandro2000 can you try running `npm install --build-from-source`? Seems to do what you need according to [@mapbox/node-pre-gyp quick help](https://www.npmjs.com/package/@mapbox/node-pre-gyp#options) Edit: `--build-from-source` takes no argument, and rebuilds _everything_ (hopefully you don't...

Thanks @amarshall I'll publish v0.41.0 with your fix soon

After a lot of trouble with npm, it's done :laughing: https://www.npmjs.com/package/argon2/v/0.41.0

@dotlambda @SuperSandro2000 @amarshall can you confirm that it works from your side now?

OK, I use Bitwarden myself and will keep an eye out, but I consider this fixed.

v0.43.1 reverts to TS 5.6 which should fix this issue for now!

`saltLength` has been removed, see #441 for reasons You either can omit it entirely, or you should provide your own salts by passing `salt` (only do this if you're not...