{"id":15419412,"url":"https://github.com/arjunrn/passgen","last_synced_at":"2025-08-18T11:03:39.652Z","repository":{"id":142093913,"uuid":"130676863","full_name":"arjunrn/passgen","owner":"arjunrn","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-23T10:04:14.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T11:02:17.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/arjunrn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-23T10:01:00.000Z","updated_at":"2018-04-23T10:04:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"f340e1ca-d6f9-4495-a618-ecc655fe0a50","html_url":"https://github.com/arjunrn/passgen","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"6f700a7b3ba09c82c8107b72b7b469517b91d95c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arjunrn/passgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjunrn%2Fpassgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjunrn%2Fpassgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjunrn%2Fpassgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjunrn%2Fpassgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arjunrn","download_url":"https://codeload.github.com/arjunrn/passgen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjunrn%2Fpassgen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270982194,"owners_count":24679447,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":[],"created_at":"2024-10-01T17:25:00.797Z","updated_at":"2025-08-18T11:03:39.283Z","avatar_url":"https://github.com/arjunrn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Password Generator\nThis project serves a HTTP REST API for generating passwords. The server is a REST API and the _passwords_ are accessible on the `/passwords` endpoint.\nThe endpoint takes the following parameters:\n\n1. `length`: The minimum length of the password __(Default: 10)__\n2. `digits`: The number of digits needed in the password __(Default: 2)__ \n3. `special_chars`: The number special characters in the password __(Default: 2)__\n4. `convert_vowels`: The number of vowels which should be converted to digits. __(Default: 1)__\n5. `options`: The number of password options to generate. __(Default: 3)__\n\n### Docker container\nThere is a docker image provided which can run the application server.\nTo build run the command:\n```\ndocker build -t passgen .\n```\n\nTo run the build container run the command:\n```\ndocker run --net=host passgen\n```\nThis runs the container in the host networking namespace.\n\n### Sample Commands:\n\nAll the parameters are optional and can be omitted. Example usage is as shown below:\n```\ncurl http://localhost:8080/password?length=40\u0026options=10\ncurl http://localhost:8080/password\ncurl http://localhost:8080/password?special_chars=10\u0026digits=5\u0026options=22\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjunrn%2Fpassgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjunrn%2Fpassgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjunrn%2Fpassgen/lists"}