argon2_web 0.3.0 copy "argon2_web: ^0.3.0" to clipboard
argon2_web: ^0.3.0 copied to clipboard

Minimal, Web-safe Argon2, decoupled from PointyCastle's framework overhead.

Changelog #

0.1.0 #

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 Argon2BytesGenerator adapted from the pointycastle suite ecosystem.
  • Argon2Parameters configuration 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 argon2 packages.

0.2.0 #

  • Moved relevant files to the lib/ directory
  • Added example

0.3.0 #

  • Performance improvement (5x speedup)
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Minimal, Web-safe Argon2, decoupled from PointyCastle's framework overhead.

Homepage
Repository

License

MIT (license)

More

Packages that depend on argon2_web