{"id":18037436,"url":"https://github.com/tmthecoder/dargon2","last_synced_at":"2025-03-27T09:31:31.378Z","repository":{"id":41108497,"uuid":"303706525","full_name":"tmthecoder/dargon2","owner":"tmthecoder","description":"Argon2 Dart Bindings","archived":false,"fork":false,"pushed_at":"2023-08-05T09:41:21.000Z","size":24058,"stargazers_count":14,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-08-20T21:43:13.040Z","etag":null,"topics":["argon2","dart"],"latest_commit_sha":null,"homepage":"https://docs.tmthecoder.dev/dargon2/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmthecoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-13T13:07:50.000Z","updated_at":"2023-06-17T21:37:22.000Z","dependencies_parsed_at":"2023-02-18T13:30:57.432Z","dependency_job_id":null,"html_url":"https://github.com/tmthecoder/dargon2","commit_stats":null,"previous_names":[],"tags_count":9,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmthecoder%2Fdargon2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmthecoder%2Fdargon2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmthecoder%2Fdargon2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmthecoder%2Fdargon2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmthecoder","download_url":"https://codeload.github.com/tmthecoder/dargon2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222226133,"owners_count":16951818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["argon2","dart"],"created_at":"2024-10-30T13:08:57.920Z","updated_at":"2024-10-30T13:08:58.606Z","avatar_url":"https://github.com/tmthecoder.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dargon2 plugins\n\n![dargon2](https://github.com/tmthecoder/dargon2/workflows/dargon2/badge.svg)\n[![dargon2_flutter](https://github.com/tmthecoder/dargon2/actions/workflows/dargon2_flutter_tests.yml/badge.svg?branch=main)](https://github.com/tmthecoder/dargon2/actions/workflows/dargon2_flutter_tests.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n---\n\nThis repository hosts all the dargon2 plugins:\n\n| Plugin              | Pub                                                                                                              |\n|---------------------|------------------------------------------------------------------------------------------------------------------|\n| [dargon2]           | [![pub package](https://img.shields.io/pub/v/dargon2.svg)](https://pub.dev/packages/dargon2)                     |\n| [dargon2_flutter]   | [![pub package](https://img.shields.io/pub/v/dargon2_flutter.svg)](https://pub.dev/packages/dargon2_flutter)     |\n| [dargon2_core]      | [![pub package](https://img.shields.io/pub/v/dargon2_core.svg)](https://pub.dev/packages/dargon2_core)           |\n| [dargon2_interface] | [![pub package](https://img.shields.io/pub/v/dargon2_interface.svg)](https://pub.dev/packages/dargon2_interface) |\n\nAs well as [dargon2_flutter]'s federated-plugin dependencies:\n- [dargon2_flutter_platform_interface]\n- [dargon2_flutter_mobile]\n- [dargon2_flutter_web]\n- [dargon2_flutter_desktop]\n\nEach plugin has its own functionality, but at their core, they provide some functionality necessary to implement argon2 password hashing in Dart or Flutter applications.\n\n## Single Repo\n\nIf you've used any of these plugins before, you may have noticed many of these plugins spread across GitHub Repositories\n\nI 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\n\nAlso, 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\n\nThis 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.\n\n## Features and Bugs\n\nPlease file feature requests and bugs at the [issue tracker].\n\nIf possible, please mark issues with the specific plugin it relates to by prepending `[plugin_name]` to the issue title \n\n[issue tracker]: https://github.com/tmthecoder/dargon2/issues\n\n## Licensing\n\nAll dargon2 projects are licensed under the [MIT License], found on either within each plugin's directory or here.\n\n[dargon2]: ./dargon2 \n[dargon2_flutter]: ./dargon2_flutter/dargon2_flutter \n[dargon2_flutter_platform_interface]: ./dargon2_flutter/dargon2_flutter_platform_interface \n[dargon2_flutter_mobile]: ./dargon2_flutter/dargon2_flutter_mobile\n[dargon2_flutter_web]: ./dargon2_flutter/dargon2_flutter_web\n[dargon2_flutter_desktop]: ./dargon2_flutter/dargon2_flutter_desktop\n[dargon2_core]: ./dargon2_core\n[dargon2_interface]: ./dargon2_interface\n\n[MIT License]: ./LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmthecoder%2Fdargon2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmthecoder%2Fdargon2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmthecoder%2Fdargon2/lists"}