{"id":50832631,"url":"https://github.com/t-richards/password-generator","last_synced_at":"2026-06-14T01:04:43.907Z","repository":{"id":43914894,"uuid":"151500701","full_name":"t-richards/password-generator","owner":"t-richards","description":"A secure, sane-defaults password generator for Unix and GNU/Linux.","archived":false,"fork":false,"pushed_at":"2025-12-13T01:46:10.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-14T16:21:38.609Z","etag":null,"topics":["password","password-generator","sane-defaults","security"],"latest_commit_sha":null,"homepage":"","language":"C","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/t-richards.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-10-04T00:55:50.000Z","updated_at":"2025-12-13T01:46:13.000Z","dependencies_parsed_at":"2025-12-07T09:00:07.167Z","dependency_job_id":null,"html_url":"https://github.com/t-richards/password-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/t-richards/password-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-richards%2Fpassword-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-richards%2Fpassword-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-richards%2Fpassword-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-richards%2Fpassword-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t-richards","download_url":"https://codeload.github.com/t-richards/password-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-richards%2Fpassword-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34305789,"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-13T02:00:06.617Z","response_time":62,"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":["password","password-generator","sane-defaults","security"],"created_at":"2026-06-14T01:04:43.181Z","updated_at":"2026-06-14T01:04:43.902Z","avatar_url":"https://github.com/t-richards.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# password-generator\n\nA secure, sane-defaults password generator for Unix and GNU/Linux.\n\n## How to know if this password generator is for you\n\n - You want a password generator which runs on the command line\n - You want a password generator with no dependencies (e.g. gcrypt, openssl)\n - You want a password generator with a small amount of code, so you can read and understand it easily\n - You want a program which fails loudly at the first sign of trouble\n - You trust your kernel's random source, but only when it has been seeded properly\n\n## How to know if this password generator is *NOT* for you\n\n - You want your passwords to be \"pronounceable\" or \"memorable\"\n - You want a password generator with a GUI\n - You prefer to login to your password manager before being able to generate passwords\n - You have an old kernel or C library without the `getrandom` call in it\n\n## Getting started (Docker)\n\n```bash\n# Generate one 64-character password\ndocker run --rm -it ghcr.io/t-richards/password-generator\n```\n\n## Getting started (build from source)\n\n```bash\n# Build program\nmake\n\n# Show usage\n$ ./password-generator --help\nUsage: ./password-generator [password_length] [num_passwords]\n\n# Generate one 64-character password\n./password-generator\n\n# Generate 8 32-character passwords\n./password-generator 32 8\n```\n\n## License\n\n[MIT](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-richards%2Fpassword-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft-richards%2Fpassword-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-richards%2Fpassword-generator/lists"}