{"id":20141497,"url":"https://github.com/michaelborn/passifier","last_synced_at":"2026-03-04T09:32:01.534Z","repository":{"id":86836477,"uuid":"581545441","full_name":"michaelborn/passifier","owner":"michaelborn","description":"A CFML wrapper for the ZXCVBN4J library to calculate password strength","archived":false,"fork":false,"pushed_at":"2023-01-05T20:28:42.000Z","size":876,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T23:30:25.104Z","etag":null,"topics":["cfml","coldbox-modules","passwords","security"],"latest_commit_sha":null,"homepage":"https://michaelborn.github.io/passifier/","language":"ColdFusion","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/michaelborn.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.YML","license":null,"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},"funding":{"patreon":"ortussolutions"}},"created_at":"2022-12-23T14:02:02.000Z","updated_at":"2023-08-18T20:04:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5cb766b-75f6-4b97-908f-c6198d540b66","html_url":"https://github.com/michaelborn/passifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"coldbox-modules/module-template","purl":"pkg:github/michaelborn/passifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2Fpassifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2Fpassifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2Fpassifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2Fpassifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelborn","download_url":"https://codeload.github.com/michaelborn/passifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelborn%2Fpassifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30077075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cfml","coldbox-modules","passwords","security"],"created_at":"2024-11-13T21:57:30.726Z","updated_at":"2026-03-04T09:32:01.509Z","avatar_url":"https://github.com/michaelborn.png","language":"ColdFusion","funding_links":["https://patreon.com/ortussolutions"],"categories":[],"sub_categories":[],"readme":"# Passifier\n\nA password strength checker based on [zxcvbn4j](https://github.com/nulab/zxcvbn4j).\n\n![Demo of Passifier showing \"Time to crack: Centuries\" on a registration form password field](https://raw.githubusercontent.com/michaelborn/passifier/master/passifier-demo.png)\n\n## Installation\n\n```bash\nbox install passifier\n```\n\n## Configuration\n\nNo configuration as of yet. 😁\n\n## Usage\n\nUse `Passifier.measure( password )` to measure password complexity:\n\n```bash\nvar strength = getInstance( \"Passifier@passifier\" ).measure( \"myBadPassword\" );\n```\n\nYou can then read complexity using a number of methods:\n\n* `strength.getCrackTimeSeconds().getOfflineFastHashing1e10PerSecond()`\n* `strength.getCrackTimeDisplay().getOnlineNoThrottling10perSecond()`\n* `strength.getFeedback()`\n\n### Feedback\n\nThe Feedback object is acquired by running `Passifier.measure( \"myBadPassword\" ).getFeedback()`.\n\n* `feedback.getWarning()`\n* `feedback.getSuggestions()`\n\n### CrackTimeSeconds\n\nThe CrackTimeSeconds object is acquired by running `Passifier.measure( \"myBadPassword\" ).getCrackTimeSeconds()`.\n\n* `getOnlineThrottling100perHour()`\n* `getOnlineNoThrottling10perSecond()`\n* `getOfflineSlowHashing1e4perSecond()`\n* `getOfflineFastHashing1e10PerSecond()`\n\n### CrackTimeDisplay\n\nThe CrackTimeDisplay object is acquired by running `Passifier.measure( \"myBadPassword\" ).getCrackTimeDisplay()`.\n\n* `getOnlineThrottling100perHour()`\n* `getOnlineNoThrottling10perSecond()`\n* `getOfflineSlowHashing1e4perSecond()`\n* `getOfflineFastHashing1e10PerSecond()`\n\n## Contributions\n\n## Thanks\n\nAll original functionality courtesy of [zxcvbn4j](https://github.com/nulab/zxcvbn4j), a super awesome port of DropBox's [zxcvbn](https://github.com/dropbox/zxcvbn) library.\n\n## License\n\nApache License, Version 2.0.\n\n\u003e The ColdBox Websites, logo and content have a separate license and they are a separate entity.\n\n## The Good News\n\n\u003e For all have sinned, and come short of the glory of God ([Romans 3:23](https://www.kingjamesbibleonline.org/Romans-3-23/))\n\n\u003e But God commendeth his love toward us, in that, while we were yet sinners, Christ died for us. ([Romans 5:8](https://www.kingjamesbibleonline.org/Romans-5-8))\n\n\u003e That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved. ([Romans 10:9](https://www.kingjamesbibleonline.org/Romans-10-9/))\n\n## Repository\n\nCopyright 2022 (and on) - [Ortus Solutions](https://www.ortussolutions.com/)\n\n* [Homepage](https://github.com/coldbox-modules/cbmeilisearch)\n* [Issue Tracker](https://github.com/coldbox-modules/cbmeilisearch/issues)\n* [New BSD License](https://github.com/coldbox-modules/cbmeilisearch/blob/master/LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fpassifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelborn%2Fpassifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelborn%2Fpassifier/lists"}