{"id":20909922,"url":"https://github.com/escalopa/passgen","last_synced_at":"2025-07-15T07:41:11.737Z","repository":{"id":242141782,"uuid":"808791786","full_name":"escalopa/passgen","owner":"escalopa","description":"PassGen: 🔐 A CLI tool to generate and hash secure passwords with customizable length and special characters using Argon2! 🚀","archived":false,"fork":false,"pushed_at":"2024-06-01T12:58:17.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T15:20:11.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/escalopa.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-05-31T20:36:48.000Z","updated_at":"2024-06-01T12:58:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"754252b0-61c5-4cd9-ad6c-170649d791d0","html_url":"https://github.com/escalopa/passgen","commit_stats":null,"previous_names":["escalopa/passgen"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fpassgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fpassgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fpassgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fpassgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escalopa","download_url":"https://codeload.github.com/escalopa/passgen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243301122,"owners_count":20269286,"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-18T14:13:15.120Z","updated_at":"2025-03-12T22:15:17.355Z","avatar_url":"https://github.com/escalopa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# passgen 🔐\n\nPassGen: A CLI tool to generate secure passwords with specified options, including length, special characters, number of passwords, and output format and much more.\n\n## Installation 🏗\n\n### Using Go\n\nYou can install the tool using Go:\n\n```bash\ngo install github.com/escalopa/passgen@v0.0.2\npassgen generate -l 32\n```\n\n### Using Docker\n\n```bash\ndocker pull dekuyo/passgen:v0.0.2\ndocker run --rm dekuyo/passgen:v0.0.2 generate -l 32\n```\n\n## Configuration\n\nThe application uses a configuration file named `.passgen` in one of the following formats: `.toml`, `.json`, `.yaml`, `.yml`.\n\nHere are the available configuration options:\n\n| Option      | Description                                           | Type   |\n|-------------|-------------------------------------------------------|--------|\n| length      | The length of the generated password                  | int    |\n| iterations  | The number of passwords to generate                   | int    |\n| characters  | The characters to use for password generation        | string |\n| clipboard   | Whether to copy the generated password to clipboard  | bool   |\n\nHere is an example of a `.passgen` configuration file:\n\n```yaml\ngenerate:\n  length: 16\n  iterations: 1\n  characters: \"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\"\n  clipboard: true\n```\n\n## Milestones\n\n- [x] Generate passwords with specified length \u0026 characters\n- [ ] Fix merge config files (correct priority: flags \u003e config file \u003e default)\n- [ ] Remove the hash \u0026 salt from output and just print the password\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalopa%2Fpassgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescalopa%2Fpassgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalopa%2Fpassgen/lists"}