{"id":50931931,"url":"https://github.com/vulpritprooze/docx-password-breaker","last_synced_at":"2026-06-17T05:04:32.625Z","repository":{"id":357954487,"uuid":"1239278839","full_name":"VulpritProoze/docx-password-breaker","owner":"VulpritProoze","description":"Open old locked docx files rotting in the corner","archived":false,"fork":false,"pushed_at":"2026-05-15T00:46:16.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-15T02:41:10.475Z","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/VulpritProoze.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,"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":"2026-05-15T00:04:46.000Z","updated_at":"2026-05-15T00:46:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/VulpritProoze/docx-password-breaker","commit_stats":null,"previous_names":["vulpritprooze/docx-password-breaker"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/VulpritProoze/docx-password-breaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VulpritProoze%2Fdocx-password-breaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VulpritProoze%2Fdocx-password-breaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VulpritProoze%2Fdocx-password-breaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VulpritProoze%2Fdocx-password-breaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VulpritProoze","download_url":"https://codeload.github.com/VulpritProoze/docx-password-breaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VulpritProoze%2Fdocx-password-breaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34434497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-17T05:04:19.274Z","updated_at":"2026-06-17T05:04:32.606Z","avatar_url":"https://github.com/VulpritProoze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"docunlock — unlock password-protected Office files\n\nQuick start\n\n1. Prerequisites: Node.js 18+ installed.\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Create `input.json` in the project root. Minimal example:\n```json\n{\n  \"jobs\": [\n    { \"file\": \"./Security-Keys-II.docx\", \"passwords\": [\"TestPassword\", \"PizzaOrderBonanza\", \"OtherPasswords\"] }\n  ]\n}\n```\n\n4. Dry run (validates config, prints jobs, writes nothing):\n```bash\nnpm run unlock:dry\n```\n\n5. Run unlock (attempts decryption and writes outputs to `./output`):\n```bash\nnpm run unlock\n```\n\nWhat to expect\n- Unlocked files are written as `{stem}_unlocked{ext}` inside `./output`.\n- The terminal prints a summary with masked passwords and OK/FAIL per file.\n- Exit code: `0` = all jobs succeeded, `1` = at least one failed.\n\nSecurity \u0026 notes\n- Full passwords are never printed by default; logs show masked versions.\n- `input.json` and `output/` are in `.gitignore` by default — do not commit them.\n- If you need the exact plaintext that succeeded, request a temporary local change (not enabled by default) to write the password to a local file; remember to delete it afterwards.\n\nFurther reading\n- `CLAUDE.md` — project purpose and conventions\n- `docs/config-schema.md` — input.json schema and examples\n- `docs/variation-engine.md` — how password variants are generated\n\nSupport\n- If something fails, check file paths in `input.json`, rerun `npm run unlock:dry`, and share the printed summary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulpritprooze%2Fdocx-password-breaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvulpritprooze%2Fdocx-password-breaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvulpritprooze%2Fdocx-password-breaker/lists"}