{"id":16062237,"url":"https://github.com/boris/pwgen","last_synced_at":"2025-03-18T05:30:38.774Z","repository":{"id":21991747,"uuid":"94666385","full_name":"boris/pwgen","owner":"boris","description":"Password generator","archived":false,"fork":false,"pushed_at":"2024-10-08T15:52:16.000Z","size":107,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T07:12:45.657Z","etag":null,"topics":["flask","hacktoberfest","password-generator"],"latest_commit_sha":null,"homepage":"https://pwgen.btmn.dev","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/boris.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":"2017-06-18T05:08:47.000Z","updated_at":"2024-10-08T15:52:16.000Z","dependencies_parsed_at":"2023-12-27T11:33:56.413Z","dependency_job_id":"d774ab63-cdb5-48aa-9b0a-9ecc7d0e81f3","html_url":"https://github.com/boris/pwgen","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boris%2Fpwgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boris%2Fpwgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boris%2Fpwgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boris%2Fpwgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boris","download_url":"https://codeload.github.com/boris/pwgen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902293,"owners_count":20366260,"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":["flask","hacktoberfest","password-generator"],"created_at":"2024-10-09T04:22:31.025Z","updated_at":"2025-03-18T05:30:37.074Z","avatar_url":"https://github.com/boris.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*update: now it works over SSL thanks to [Let's Encrypt](https://letsencrypt.org/)*\n\n# Password Generator\n\n*Motivation*: A quick way to create random password without installing anything!\n\n## How to by example:\n- Create one password of XX chars long: `curl -L pwgen.borisquiroz.dev/20`\n- Create XX passwords of YY chars long: `curl -L pwgen.borisquiroz.dev/40/5`\n\nSo this thing basically receives two parameters: length and count. A few\nexamples:\n\n```\n➜ curl -L pwgen.borisquiroz.dev/40\noWVh743gZZkIgYL5NKxwJL$DHCT8T74Z9CNBuZRv\n➜ curl -L pwgen.borisquiroz.dev/25/2\nCHraelyUiGyAhNC)yyoOxFnv9\nKfHg5Z8%JD5oJHw68BdB3sCD4\n```\n\n## Real life example (a.k.a. live-demo):\n\nThis code is currently running on a docker, available at\n[pwgen.borisquiroz.dev](https://pwgen.borisquiroz.dev). You can use it to generate your passwords\nfollowing examples above.\n\n## Dockerize all the things!\n`docker run -d boris/pwgen-web` available on [Docker\nHub](https://hub.docker.com/r/boris/pwgen-web/)\n\n## Running locally\n```\ngit clone https://github.com/boris/pwgen.git\ncd pwgen\npip install -r requirements.txt\npython manage.py runserver\n```\n\n## Running in production\nWhat you see at [pwgen.borisquiroz.dev](https://pwgen.borisquiroz.dev) is currently running in\nkubernetes using ArgoCD, which deploys everything under `kubernetes` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboris%2Fpwgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboris%2Fpwgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboris%2Fpwgen/lists"}