{"id":46297397,"url":"https://github.com/krisarmstrong/password-combo-generator","last_synced_at":"2026-03-04T10:07:26.611Z","repository":{"id":329508920,"uuid":"968351750","full_name":"krisarmstrong/password-combo-generator","owner":"krisarmstrong","description":"Generate case combinations and permutations of passwords for security testing.","archived":false,"fork":false,"pushed_at":"2026-01-12T18:39:51.000Z","size":52,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T00:11:46.120Z","etag":null,"topics":["password","python","security","utilities"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/krisarmstrong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-18T00:01:46.000Z","updated_at":"2026-01-12T18:39:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/krisarmstrong/password-combo-generator","commit_stats":null,"previous_names":["krisarmstrong/password-combo-generator"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/krisarmstrong/password-combo-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisarmstrong%2Fpassword-combo-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisarmstrong%2Fpassword-combo-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisarmstrong%2Fpassword-combo-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisarmstrong%2Fpassword-combo-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krisarmstrong","download_url":"https://codeload.github.com/krisarmstrong/password-combo-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisarmstrong%2Fpassword-combo-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078307,"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":["password","python","security","utilities"],"created_at":"2026-03-04T10:07:25.695Z","updated_at":"2026-03-04T10:07:26.604Z","avatar_url":"https://github.com/krisarmstrong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Combo Generator\n\n![Python](https://img.shields.io/badge/Python-3.11%2B-blue?logo=python\u0026logoColor=white) ![License](https://img.shields.io/badge/License-MIT-green)\n\nGenerate case combinations and permutations of a password string for authorized security testing.\n\n## Requirements\n\n- Python 3.11+\n\n## Install\n\n```bash\ngit clone https://github.com/krisarmstrong/password-combo-generator\ncd password-combo-generator\npython -m venv .venv\nsource .venv/bin/activate  # Windows: .venv\\Scripts\\activate\npip install -r requirements.txt\n```\n\n## Usage\n\n```bash\npython src/password_combo_generator.py --password \"MyPass123\" --output_file passwords.txt --verbose\n```\n\nArguments:\n\n- `--password` (required): Password to generate combinations and permutations for.\n- `--output_file`: Output file for generated passwords (default: `passwords.txt`).\n- `-v`, `--verbose`: Enable verbose logging.\n- `--logfile`: Log file path (default: `password_combo_generator.log`).\n- `--version`: Display version.\n\n## Project Structure\n\n- `src/password_combo_generator.py` — Main script.\n- `tests/` — Pytest suite.\n- `CHANGELOG.md` — Version history.\n- `LICENSE` — MIT License.\n\n## License\n\nMIT. See `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisarmstrong%2Fpassword-combo-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrisarmstrong%2Fpassword-combo-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisarmstrong%2Fpassword-combo-generator/lists"}