{"id":16024290,"url":"https://github.com/axelson/password-validator-zxcvbn","last_synced_at":"2025-03-17T16:30:46.405Z","repository":{"id":54601148,"uuid":"205899078","full_name":"axelson/password-validator-zxcvbn","owner":"axelson","description":"Dropbox's zxcvbn password checking algorithm implementation for password_validator","archived":false,"fork":false,"pushed_at":"2024-07-14T12:16:56.000Z","size":27,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T08:54:48.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axelson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-02T16:47:45.000Z","updated_at":"2024-07-14T12:16:24.000Z","dependencies_parsed_at":"2024-07-20T12:50:00.191Z","dependency_job_id":null,"html_url":"https://github.com/axelson/password-validator-zxcvbn","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Fpassword-validator-zxcvbn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Fpassword-validator-zxcvbn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Fpassword-validator-zxcvbn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Fpassword-validator-zxcvbn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axelson","download_url":"https://codeload.github.com/axelson/password-validator-zxcvbn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871419,"owners_count":20361349,"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-10-08T19:06:26.980Z","updated_at":"2025-03-17T16:30:46.057Z","avatar_url":"https://github.com/axelson.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PasswordValidatorZxcvbn\n\nThis is a custom validator for [https://github.com/axelson/password-validator/](Password Validator) that implements the [https://github.com/dropbox/zxcvbn](zxcvbn) password scoring algorithm via [https://github.com/techgaun/zxcvbn-elixir/](zxcvbn-elixir).\n\n## Installation\n\nAdd the following to your `deps` list in `mix.exs`\n\n```elixir\n{:password_validator_zxcvbn, \"~\u003e 0.2.0\"},\n```\n\n## Configuration and Usage\n\n```elixir\niex\u003e opts = [\n...\u003e   additional_validators: [PasswordValidator.Validators.ZXCVBNValidator],\n...\u003e   zxcvbn: [min_score: 4]\n...\u003e ]\niex\u003e PasswordValidator.validate_password(\"password\", opts)\n{:error, [\"This is a top-10 common password\"]}\n```\n\n## Known Issues\n\n* Only [https://en.wikipedia.org/wiki/ASCII](ASCII) characters are supported\n  * Upstream issue: https://github.com/techgaun/zxcvbn-elixir/issues/16\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelson%2Fpassword-validator-zxcvbn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxelson%2Fpassword-validator-zxcvbn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelson%2Fpassword-validator-zxcvbn/lists"}