dargon2_flutter_desktop

License: MIT

A plugin to handle macOS, Windows, and Linux Dart FFI integrations for argon2 password hashing in Flutter Applications.

Uses the reference C implementation of Argon2, winner of the Password Hash Competition

This is ONLY the desktop-specific platform interface. Please use the federated dargon2_flutter plugin for hashing functionality, which provides mobile, desktop & web support (all flutter-supported platforms).

Licensing

Libraries

dargon2_flutter_desktop
All of the actual hashing and dart:ffi code is located in the dargon2_core plugin. To view the api reference for the actual hashing methods, take a look at dargon2's API Reference