dargon2_flutter_web
A plugin to handle Web argon2 password hashing bindings in Flutter application.
Uses the Argon2 implementation from hash-wasm
This is ONLY the web-specific platform interface. Please use the federated dargon2_flutter plugin for hashing functionality, which provides mobile & web support
Licensing
- dargon2_flutter_web is Licensed under the MIT License
- hash-wasm is Licensed under the MIT License
Libraries
- dargon2_flutter_web
- This plugin contains the web-specific JS bindings for argon2 hashing using
hash-wasm
.