|
1 | 1 | # dargon2_flutter_desktop
|
2 | 2 |
|
3 |
| -dargon2_flutter's desktop implementation |
| 3 | +[](https://opensource.org/licenses/MIT) |
4 | 4 |
|
5 |
| -## Getting Started |
| 5 | +A plugin to handle macOS, Windows, and Linux Dart FFI integrations for argon2 password hashing in Flutter Applications. |
6 | 6 |
|
7 |
| -This project is a starting point for a Flutter |
8 |
| -[plug-in package](https://flutter.dev/developing-packages/), |
9 |
| -a specialized package that includes platform-specific implementation code for |
10 |
| -Android and/or iOS. |
| 7 | +Uses the reference C implementation of [Argon2], winner of the [Password Hash Competition] |
11 | 8 |
|
12 |
| -For help getting started with Flutter, view our |
13 |
| -[online documentation](https://flutter.dev/docs), which offers tutorials, |
14 |
| -samples, guidance on mobile development, and a full API reference. |
| 9 | +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). |
15 | 10 |
|
| 11 | +[Password Hash Competition]: https://password-hashing.net |
| 12 | +[dargon2_flutter]: https://pub.dev/documentation/dargon2_flutter/latest |
| 13 | + |
| 14 | +## Licensing |
| 15 | + |
| 16 | +- dargon2_flutter_desktop is Licensed under the [MIT License] |
| 17 | +- dargon2_core is Licensed under the [MIT License](../../dargon2_core/LICENSE) |
| 18 | +- The C implementation of [Argon2] is licensed under a dual [Apache and CC0 License] |
| 19 | + |
| 20 | +[MIT License]: ../LICENSE |
| 21 | + |
| 22 | +[Argon2]: https://github.com/P-H-C/phc-winner-argon2 |
| 23 | + |
| 24 | +[Apache and CC0 License]: https://github.com/P-H-C/phc-winner-argon2/blob/master/LICENSE |
0 commit comments