{"id":19542275,"url":"https://github.com/ruffrey/strength","last_synced_at":"2025-04-26T17:31:13.492Z","repository":{"id":20460262,"uuid":"23737556","full_name":"ruffrey/strength","owner":"ruffrey","description":"Quick and dirty password strength evaluation","archived":false,"fork":false,"pushed_at":"2014-09-06T16:43:44.000Z","size":472,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T23:54:09.618Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruffrey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-06T15:19:28.000Z","updated_at":"2017-01-23T21:12:48.000Z","dependencies_parsed_at":"2022-07-31T20:38:07.601Z","dependency_job_id":null,"html_url":"https://github.com/ruffrey/strength","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fstrength","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fstrength/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fstrength/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fstrength/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruffrey","download_url":"https://codeload.github.com/ruffrey/strength/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251025710,"owners_count":21524844,"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-11-11T03:13:58.007Z","updated_at":"2025-04-26T17:31:12.670Z","avatar_url":"https://github.com/ruffrey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Estimate password strength in javascript\n\nOn a scale of 0 = weak to 5.0 = strong.\n\n\t$  npm install strength --save\n\n[![NPM version](https://badge.fury.io/js/strength.svg)](http://badge.fury.io/js/strength)\n\nNo dependencies.\n\n## Usage\n\n\tvar strength = require('strength');\n\n\tvar password = 'password';\n\n\tvar howStrong = strength(password);\n\n\tconsole.log(howStrong); // 0\n\n## Password criteria\n\n* automatically fails 10,000 most common passwords\n* letters, case, numbers, special characters\n* length\n* repitition\n\n## Tests\n\n\tnpm test\n\n## License\n\nMIT\n\n## Author\n\nJeff Parrish @ruffrey\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fstrength","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruffrey%2Fstrength","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fstrength/lists"}