tmthecoder / dargon2

Argon2 Dart Bindings

Home Page:https://docs.tmthecoder.dev/dargon2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dargon2 plugins

dargon2 dargon2_flutter License: MIT


This repository hosts all the dargon2 plugins:

Plugin Pub
dargon2 pub package
dargon2_flutter pub package
dargon2_core pub package
dargon2_interface pub package

As well as dargon2_flutter's federated-plugin dependencies:

Each plugin has its own functionality, but at their core, they provide some functionality necessary to implement argon2 password hashing in Dart or Flutter applications.

Single Repo

If you've used any of these plugins before, you may have noticed many of these plugins spread across GitHub Repositories

I decided it's best to migrate to this single repository structure since each plugin is often developed while referencing another. As such, I figure its best to store the plugins in the same manner I'm often working on them and reduce inter-repository navigation

Also, in the case of issue tracking and pull-requests, I can easily view individual changes to a single plugin in context of the whole structure, which is especially important when changes come to dargon2_flutter_platform_interface, dargon2_core, or dargon2_interface as those plugins can carry a cascading affect

This single repository migration brings NO breaking changes or plugin functionality changes. While future functionality changes may be announced as they are ready, this repository change comes with ZERO changes.

Features and Bugs

Please file feature requests and bugs at the issue tracker.

If possible, please mark issues with the specific plugin it relates to by prepending [plugin_name] to the issue title

Licensing

All dargon2 projects are licensed under the MIT License, found on either within each plugin's directory or here.

About

Argon2 Dart Bindings

https://docs.tmthecoder.dev/dargon2/

License:MIT License


Languages

Language:Dart 46.9%Language:C++ 22.7%Language:CMake 18.8%Language:HTML 2.8%Language:Ruby 2.8%Language:C 1.8%Language:Swift 1.6%Language:Objective-C 1.4%Language:Java 1.2%Language:Kotlin 0.1%