{"id":17575069,"url":"https://github.com/francescoalemanno/zigpwgen","last_synced_at":"2025-04-28T13:41:41.797Z","repository":{"id":258122623,"uuid":"872108236","full_name":"francescoalemanno/zigpwgen","owner":"francescoalemanno","description":"zigpwgen is for generating secure high-entropy, pronounceable passphrases.","archived":false,"fork":false,"pushed_at":"2024-10-16T07:41:19.000Z","size":96,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T10:11:11.307Z","etag":null,"topics":["passphrase","passphrase-generator","password","password-generator","pronounceable-password","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/francescoalemanno.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":"2024-10-13T19:51:27.000Z","updated_at":"2025-01-18T03:17:40.000Z","dependencies_parsed_at":"2024-10-22T03:01:31.404Z","dependency_job_id":null,"html_url":"https://github.com/francescoalemanno/zigpwgen","commit_stats":null,"previous_names":["francescoalemanno/zigpwgen"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francescoalemanno%2Fzigpwgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francescoalemanno%2Fzigpwgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francescoalemanno%2Fzigpwgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francescoalemanno%2Fzigpwgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/francescoalemanno","download_url":"https://codeload.github.com/francescoalemanno/zigpwgen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251321287,"owners_count":21570707,"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":["passphrase","passphrase-generator","password","password-generator","pronounceable-password","zig"],"created_at":"2024-10-21T22:06:17.080Z","updated_at":"2025-04-28T13:41:41.776Z","avatar_url":"https://github.com/francescoalemanno.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zig Password Generator (zigpwgen)\n\n`zigpwgen` is a flexible password generator designed to produce passphrases that balance security and pronounceability. It is based on a pattern system where words, tokens, symbols, and digits can be flexibly combined. Built with the Zig programming language, `zigpwgen` ensures performance, clarity, and simplicity.\n\n## Features\n- **Pronounceable Words**: Uses tokens from the EFF long word list to generate memorable passphrases.\n- **Customizable Patterns**: Define your own password structure using a simple pattern syntax.\n- **Efficient and Fast**: Built with Zig, ensuring minimal runtime overhead and clear, maintainable code.\n\n## Installation\n\nClone the repository and build with Zig:\n\n```sh\ngit clone https://github.com/francescoalemanno/zigpwgen.git\ncd zigpwgen\nzig build -Doptimize=ReleaseFast\n```\n\nor download one of the [precompiled release binaries](https://github.com/francescoalemanno/zigpwgen/releases/tag/v0.0.7).\n\n## Usage\n\n### Command Syntax\n\n```sh\nUsage: zigpwgen [-p \u003cpattern\u003e] [-n \u003cnum\u003e] [-e]\n\nFlexible password generator using the EFF long word list for pronounceable words. \nBuilt with Zig for performance and simplicity.\n\nOptions:\n  -p, --pattern     string representing the desired structure of the generated passphrases,\n                    defaults to `W-w-w-ds` (w = word; W = capital word; s = symbol; d = digit).\n\n  -n, --num         number of passphrases to generate,\n                    defaults to 5.\n\n  -e, --entropy     print entropy in base log2 along with the generated password,\n                    defaults to false.\n                    \n  -h, --help        display usage information\n  -v, --version     display version information\n\n-- Example:\n\n\u003e zigpwgen -p w.w.w.w -n 3\n\n- output:\n\njumnetion.pegmelf.dinhosure.vewwene\nmobjering.pordipe.noclarita.hummern\njegmue.konhume.warpost.sotmative\n\n-- Example:\n\n\u003e zigpwgen -p W-W-dd -n 4\n\n- output:\n\nTatzight-Wustoil-54\nDoggiarch-Vuntoses-86\nBotbaw-Cixtosive-44\nBorkandle-Vegber-98\n\n-----------------------------------------------------------------------------------------\nauthor: Francesco Alemanno \u003cfrancesco.alemanno.710@gmail.com\u003e\nrepo:   https://github.com/francescoalemanno/zigpwgen\n```\n\n# License\n\nMIT License\n\nCopyright (c) 2024 Francesco Alemanno\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescoalemanno%2Fzigpwgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancescoalemanno%2Fzigpwgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescoalemanno%2Fzigpwgen/lists"}