{"id":28541848,"url":"https://github.com/agm-dev/passgen","last_synced_at":"2026-06-19T18:32:23.748Z","repository":{"id":62421530,"uuid":"285442816","full_name":"agm-dev/passgen","owner":"agm-dev","description":"Util function to generate random passwords","archived":false,"fork":false,"pushed_at":"2020-08-06T16:22:30.000Z","size":10,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-17T22:22:10.052Z","etag":null,"topics":["deno","password","password-generator"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/agm-dev.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}},"created_at":"2020-08-06T01:25:27.000Z","updated_at":"2020-08-06T16:22:24.000Z","dependencies_parsed_at":"2022-11-01T17:32:21.648Z","dependency_job_id":null,"html_url":"https://github.com/agm-dev/passgen","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/agm-dev/passgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agm-dev%2Fpassgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agm-dev%2Fpassgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agm-dev%2Fpassgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agm-dev%2Fpassgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agm-dev","download_url":"https://codeload.github.com/agm-dev/passgen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agm-dev%2Fpassgen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34544403,"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-19T02:00:06.005Z","response_time":61,"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":["deno","password","password-generator"],"created_at":"2025-06-09T20:10:06.373Z","updated_at":"2026-06-19T18:32:23.743Z","avatar_url":"https://github.com/agm-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# passgen\n\n\u003e Util function to generate random passwords\n\n## Quick Links\n\n- [Examples](./examples)\n\n## Usage\n\n```ts\nimport { generatePass } from \"https://deno.land/x/passgen/mod.ts\";\n```\n\n## Output example\n\n```js\n[\n  {\n    type: \"alpha\",\n    number: 30,\n    caps: true,\n    pass: \"jCtgeOdCaSZWcnxVTnqOlQfslJQSRN\",\n    entropy: 171.01319154423277,\n    strength: \"very strong\"\n  },\n  {\n    type: \"num\",\n    number: 20,\n    caps: true,\n    pass: \"10975353274004413615\",\n    entropy: 66.43856189774725,\n    strength: \"strong\"\n  },\n  {\n    type: \"alphanum\",\n    number: 32,\n    caps: true,\n    pass: \"c4JbOOxvPdUpSQ9PGzsS9jMgiyfevxUk\",\n    entropy: 190.53428193238,\n    strength: \"very strong\"\n  },\n  {\n    type: \"alphanumExt\",\n    number: 25,\n    caps: true,\n    pass: \"zthHEzGu7rI6xqha49UZoCLKv\",\n    entropy: 154.24812503605781,\n    strength: \"very strong\"\n  },\n  {\n    type: \"words-en\",\n    number: 10, // the number of items from the source to be used in the password\n    caps: true,\n    pass: \"FINDloadwithsoulLAIDturnPORTPALMSOILMARK\", // 10 four letter english words\n    entropy: 225.754247590989,\n    strength: \"overkill\"\n  },\n  {\n    type: \"words-es\",\n    number: 10,\n    caps: true,\n    pass: \"grisDUALJETAIRISBOLOLAXOoncevaholagoMULA\", // 10 four letter spanish words\n    entropy: 223.39850002884626,\n    strength: \"overkill\"\n  },\n  {\n    type: \"pokemon-1st\",\n    number: 6,\n    caps: true,\n    pass: \"CloysterRaichuScytherPsyduckGeodudeDoduo\", // 6 pokemon names from first generation\n    entropy: 232.29419688230416,\n    strength: \"overkill\"\n  }\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagm-dev%2Fpassgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagm-dev%2Fpassgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagm-dev%2Fpassgen/lists"}