{"id":23009545,"url":"https://github.com/devolutions/zxcvbn","last_synced_at":"2025-10-27T09:38:22.751Z","repository":{"id":85321116,"uuid":"238723768","full_name":"Devolutions/Zxcvbn","owner":"Devolutions","description":"This is a port of Zxcvbn in C#","archived":false,"fork":false,"pushed_at":"2024-07-10T17:24:13.000Z","size":417,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-18T22:03:39.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devolutions.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-06T15:44:32.000Z","updated_at":"2024-10-28T16:57:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e37927a-0f69-4e0d-a0dd-61ad213f99fc","html_url":"https://github.com/Devolutions/Zxcvbn","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devolutions%2FZxcvbn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devolutions%2FZxcvbn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devolutions%2FZxcvbn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devolutions%2FZxcvbn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devolutions","download_url":"https://codeload.github.com/Devolutions/Zxcvbn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229800401,"owners_count":18126028,"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":[],"created_at":"2024-12-15T09:14:52.011Z","updated_at":"2025-10-27T09:38:22.644Z","avatar_url":"https://github.com/Devolutions.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zxcvbn\n\nThis is a port of [Zxcvbn](https://github.com/dropbox/zxcvbn) in C#\n\n## Usage\n\n```csharp\nusing Devolutions.Zxcvbn;\n\nforeach (var password in passwords)\n{\n    ZxcvbnResult result = Zxcvbn.Evaluate(password);\n\n    int score = result.Score; // Score from 0 to 4\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevolutions%2Fzxcvbn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevolutions%2Fzxcvbn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevolutions%2Fzxcvbn/lists"}