{"id":19486266,"url":"https://github.com/textbook/impasse","last_synced_at":"2025-04-25T18:31:54.315Z","repository":{"id":35396014,"uuid":"215282719","full_name":"textbook/impasse","owner":"textbook","description":"Generate moderately secure passwords ","archived":false,"fork":false,"pushed_at":"2023-04-24T22:46:10.000Z","size":16941,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-11T15:43:10.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://impasse.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/textbook.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-10-15T11:34:02.000Z","updated_at":"2023-07-27T05:48:38.000Z","dependencies_parsed_at":"2024-10-25T10:07:50.106Z","dependency_job_id":"6c599c5d-a43b-4bef-bb72-d07875671e76","html_url":"https://github.com/textbook/impasse","commit_stats":null,"previous_names":[],"tags_count":81,"template":false,"template_full_name":"textbook/starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textbook%2Fimpasse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textbook%2Fimpasse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textbook%2Fimpasse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textbook%2Fimpasse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textbook","download_url":"https://codeload.github.com/textbook/impasse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250872217,"owners_count":21500777,"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-10T20:36:09.212Z","updated_at":"2025-04-25T18:31:53.517Z","avatar_url":"https://github.com/textbook.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Impasse\n\n[![Node.js CI](https://github.com/textbook/impasse/workflows/Node.js%20CI/badge.svg)](https://github.com/textbook/impasse/actions)\n[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/textbook/impasse?label=Docker\u0026logo=docker\u0026logoColor=white\u0026sort=semver)](https://hub.docker.com/r/textbook/impasse/)\n\nGenerate moderately secure passwords\n\n## What do you mean \"moderately\"?\n\nImpasse generates passwords in the format: `${word1}${number}${word2}${symbol}`. The valid symbols are `!@#$%^\u0026*` and\nthe default settings are:\n\n- `number` has two digits; and\n- `word1` and `word2` are both 8-10 letters long (and must be different).\n\nThis gives a password length of between 19 and 23 characters, and a pool of 44 characters (26 letters, 10 digits, 8\nsymbols). Naively that implies an entropy between 103.73 and 125.57. However there are 117,583 words in the dataset\nwith 8-10 letters, giving an entropy of only 43.33, equivalent to a password length of 8 with the same character pool.\n\n## Documentation\n\nSee API documentation at https://impasse.herokuapp.com/docs.\n\n## Scripts\n\nVarious scripts are provided in the package file, but many are helpers for other scripts; here are the ones you'll\ncommonly use:\n\n - `dev`: starts the frontend and backend in dev mode, with file watching (note that the backend runs on port 3100, and\n    the frontend is proxied to it).\n - `docker`: builds and runs the app in a Docker container.\n - `e2e`: builds and starts the app in production mode and runs the Cypress tests against it.\n - `e2e:dev`: opens Cypress for local dev, instead of running it in the background. Doesn't start the app.\n - `e2e:docker`: builds and starts the app in a Docker container and runs the Cypress tests against it.\n - `lint`: runs ESLint against all the JavaScript in the project.\n - `serve`: builds and starts the app in production mode locally.\n - `ship`: runs `lint`, then `test`, then `e2e`; ideal before a `git push`.\n - `test`: runs the Jest unit and integration tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextbook%2Fimpasse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextbook%2Fimpasse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextbook%2Fimpasse/lists"}