argon2_web 0.1.0
argon2_web: ^0.1.0 copied to clipboard
Minimal, Web-safe Argon2, decoupled from PointyCastle's framework overhead.
argon2_web #
The package https://pub.dev/packages/argon2 was the first to implement argon2 with Flutter. This package works fine for Apps and Desktop, but has issues on web.
https://pub.dev/packages/pointycastle adapted this library for web-use and integrated it into its suite.
This package is for people who prefer lightweight dependencies. It is purely for web usage so that it complements the https://pub.dev/packages/argon2 package.