Skip to content

Commit 736ccb8

Browse files
committed
Merge branch 'main' of github.com:tmthecoder/dargon2 into main
2 parents 91690ca + a0fa3b2 commit 736ccb8

File tree

1 file changed

+18
-9
lines changed
  • dargon2_flutter/dargon2_flutter_desktop

1 file changed

+18
-9
lines changed
Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
# dargon2_flutter_desktop
22

3-
dargon2_flutter's desktop implementation
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44

5-
## Getting Started
5+
A plugin to handle macOS, Windows, and Linux Dart FFI integrations for argon2 password hashing in Flutter Applications.
66

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]
118

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).
1510

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

Comments
 (0)