paixaop / node-sodium

Port of the lib sodium encryption library to Node.js
MIT License
351 stars 126 forks source link

make libsodium exited with code 2, pwhash_argon2i fails #152

Closed jespertheend closed 4 years ago

jespertheend commented 4 years ago

Hi,

Please see https://github.com/jedisct1/libsodium/issues/878 This appears to be a known issue with sodium and currently the solution is to build sodium from the latest stable release. Though I'm not really sure how I would go about doing that when using npm install sodium

rawr51919 commented 4 years ago

That particular issue seems to have been fixed for a while now. Should this be closed because of it?

jespertheend commented 4 years ago

Hmm I can't quite remember how I got this issue in the first place now. Though when I posted this issue https://github.com/jedisct1/libsodium/issues/878 was already closed. I'll see if I can still replicate this and let you know.

jespertheend commented 4 years ago

This seems to be fixed now.