{"id":21599766,"url":"https://github.com/mujhtech/password-dumb","last_synced_at":"2025-10-08T00:38:17.228Z","repository":{"id":56836536,"uuid":"428978489","full_name":"Mujhtech/password-dumb","owner":"Mujhtech","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-21T12:00:04.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T11:50:09.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Mujhtech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-11-17T09:13:49.000Z","updated_at":"2021-11-17T09:14:39.000Z","dependencies_parsed_at":"2022-09-20T22:10:17.708Z","dependency_job_id":null,"html_url":"https://github.com/Mujhtech/password-dumb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mujhtech/password-dumb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fpassword-dumb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fpassword-dumb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fpassword-dumb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fpassword-dumb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mujhtech","download_url":"https://codeload.github.com/Mujhtech/password-dumb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fpassword-dumb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278872110,"owners_count":26060525,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-24T18:16:22.874Z","updated_at":"2025-10-08T00:38:17.193Z","avatar_url":"https://github.com/Mujhtech.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Dumb\n\nA simple (but correct) Dart class to check if password is dumb, also can be use to generate strong password.\n\n\n## Installation\n\nThis package requires the latest version of [Dart](https://www.dartlang.org/). You can download the latest and greatest [here](https://www.dartlang.org/tools/sdk#install).\n\n### 1. Depend on it\n\nAdd this to your package's `pubspec.yaml` file:\n\n```yaml\ndependencies:\n    password_dumb: '^0.0.1'\n```\n\n\n#### 2. Install it\n\nYou can install packages from the command line:\n\n```bash\n$ pub get\n..\n```\n\nAlternatively, your editor might support pub. Check the docs for your editor to learn more.\n\n#### 3. Import it\n\nNow in your Dart code, you can use:\n\n```Dart\nimport 'package:password_dumb/password_dumb.dart';\n```\n\n## Usage\n\nRead the unit tests under `test`, or see code example below:\n\n```Dart\nvoid main() {\n\n    var password = \"12345678\";\n\n    assert(PasswordDumb.validate(password));\n}\n```\n\n## Tips\n\nYou can also use this repo as a template for creating Dart packages, just clone the repo and start hacking :) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmujhtech%2Fpassword-dumb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmujhtech%2Fpassword-dumb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmujhtech%2Fpassword-dumb/lists"}