What this package is like to depend on
Last release 1 months ago
19 Jul 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2026 to Jul 2026Releases
latest 3-
0.3.019 Jul 2026 -
0.2.019 Jul 2026 -
0.1.019 Jul 2026Release notes
Open source →Initial release of
argon2_web, a lightweight Argon2 key derivation library optimized for web applications.Added
- Pure web-compatible implementation of Argon2 (Argon2i, Argon2d, Argon2id).
- Web-safe
Argon2BytesGeneratoradapted from thepointycastlesuite ecosystem. Argon2Parametersconfiguration class decoupling dependencies from heavy crypto suites.- Full support for configurable execution parameters including
memoryPowerOf2, iterations, and lanes.
Fixed
- Fixed the native C++/mobile dependency constraints on web targets found in standard
argon2packages.