Releases: ranisalt/node-argon2
Releases · ranisalt/node-argon2
v0.6.0
Major bug fix release
- Fixes building on 32 bit machines (thx @cgmb)
- Sets error messages on failures according to Argon2 implementation
- General fixes to options parsing
- Allows to install outside git repositories
- Benchmarks added (not available from npm)
This is probably the last unstable version before final 1.0.0, and I will test it on production for a while before releasing it stable.
New API
v0.4.2
Fixes #2
Code improvements
General code improvements, such as removed duplication and simplified expressions. Tests are stricter and cover more edge cases.
Argon2 defaults are now exported, e.g. require('argon2').defaults
.
Argon2d
Option manipulation
This version enables option manipulation for encrypt methods, such as time cost, memory cost and parallelism level.
Salt generation
Salt generation functions have been added, check README.md
Synchronous functions
encrypt
and verify
now have encryptSync
and verifySync
variants.
Initial release
This is at very early stages, but encrypt and verify works properly. I accidentally pushed the v0.1.0 before it was ready, so I'm skipping that version.