{"id":18441571,"url":"https://github.com/zokis/gopassgen","last_synced_at":"2025-04-14T17:56:20.798Z","repository":{"id":30584987,"uuid":"34140074","full_name":"zokis/gopassgen","owner":"zokis","description":"a simple application to generate passwords written in go / golang","archived":false,"fork":false,"pushed_at":"2015-04-23T01:31:31.000Z","size":176,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T11:27:44.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/zokis/gopassgen","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zokis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-17T21:05:05.000Z","updated_at":"2015-06-18T14:28:18.000Z","dependencies_parsed_at":"2022-08-30T06:32:36.881Z","dependency_job_id":null,"html_url":"https://github.com/zokis/gopassgen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Fgopassgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Fgopassgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Fgopassgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Fgopassgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zokis","download_url":"https://codeload.github.com/zokis/gopassgen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248932675,"owners_count":21185369,"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-06T06:38:33.887Z","updated_at":"2025-04-14T17:56:20.757Z","avatar_url":"https://github.com/zokis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Generator\n\n[![GoDoc](https://godoc.org/github.com/zokis/gopassgen?status.svg)](https://godoc.org/github.com/zokis/gopassgen)\n\na simple application to generate passwords\n\n```go\npackage main\n\nimport f \"fmt\"\nimport gpg \"github.com/zokis/gopassgen\"\n\nfunc main() {\n    np1 := gpg.NewPassword()\n    np2 := gpg.NewPassword(gpg.OptionChars([]rune(\"ABCDEF.\")))\n    np3 := gpg.NewPassword(gpg.OptionLength(15))\n    np4 := gpg.NewPassword(gpg.OptionChars([]rune(\"abcdef.\")), gpg.OptionLength(15))\n    np5 := gpg.NewPassword(gpg.OptionLength(15), gpg.OptionChars([]rune(\"012345.\")))\n    f.Println(np1)\n    f.Println(np2)\n    f.Println(np3)\n    f.Println(np4)\n    f.Println(np5)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzokis%2Fgopassgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzokis%2Fgopassgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzokis%2Fgopassgen/lists"}