{"id":42950918,"url":"https://github.com/pnelson/wordlist","last_synced_at":"2026-01-30T21:11:17.255Z","repository":{"id":57548384,"uuid":"144515612","full_name":"pnelson/wordlist","owner":"pnelson","description":"Package wordlist implements password and passphrase generators.","archived":false,"fork":false,"pushed_at":"2022-07-05T01:48:43.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T05:13:03.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/pnelson/wordlist","language":"Go","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/pnelson.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":"2018-08-13T01:40:19.000Z","updated_at":"2022-07-05T01:48:46.000Z","dependencies_parsed_at":"2022-08-28T12:21:00.213Z","dependency_job_id":null,"html_url":"https://github.com/pnelson/wordlist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pnelson/wordlist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fwordlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fwordlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fwordlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fwordlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnelson","download_url":"https://codeload.github.com/pnelson/wordlist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnelson%2Fwordlist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28919470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"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":[],"created_at":"2026-01-30T21:11:16.544Z","updated_at":"2026-01-30T21:11:17.239Z","avatar_url":"https://github.com/pnelson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wordlist\n\nPackage wordlist implements secure password and passphrase generators.\n\n## Usage\n\nIn the most simple use case, generate a password or passphrase with defaults.\n\n```go\npassword := wordlist.NewPassword()\n// 9pbeFr4VamXq\n\npassphrase := wordlist.NewPassphrase()\n// starless curse respect shelter murmuring frying\n```\n\nYou can get creative with this.\n\nMaybe you need a six digit PIN:\n\n```go\npin := wordlist.NewPassword(wordlist.WithLength(6), wordlist.WithCharset(\"0123456789\"))\n// 742351\n```\n\nOr an unambiguous eight character discount code:\n\n```go\ncode := wordlist.NewPassword(wordlist.WithLength(8), wordlist.WithCharset(\"ABCDEFGHKLMNPRSTWXY3456789\"))\n// E4PRBPPL\n```\n\n## Licenses\n\nPackage wordlist is licensed under the terms described in\n[LICENSE](https://github.com/pnelson/wordlist/blob/master/LICENSE).\n\nPassphrase generation depends on data generated from\n[eff_large_wordlist.txt](https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt)\nfound in the blog post\n[Deep Dive: EFF's New Wordlists for Random Passphrases](https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnelson%2Fwordlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnelson%2Fwordlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnelson%2Fwordlist/lists"}