{"id":19023139,"url":"https://github.com/a3ro-dev/password_generator","last_synced_at":"2025-09-11T12:40:53.996Z","repository":{"id":151781642,"uuid":"586889401","full_name":"a3ro-dev/password_generator","owner":"a3ro-dev","description":"Python program that generates a random password with the specified length, inserts it into a database, and then checks if the generated password already exists in the database. If it does, the program generates a new password and repeats the process until it generates a unique password.","archived":false,"fork":false,"pushed_at":"2023-01-09T13:36:07.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T03:10:28.910Z","etag":null,"topics":["database","generator","password","password-generator","password-manager","project-python","security"],"latest_commit_sha":null,"homepage":"","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/a3ro-dev.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":"2023-01-09T13:24:47.000Z","updated_at":"2024-07-25T22:08:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"4147cf0c-c1e3-4150-a9f3-15bc739e93a1","html_url":"https://github.com/a3ro-dev/password_generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a3ro-dev/password_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a3ro-dev%2Fpassword_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a3ro-dev%2Fpassword_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a3ro-dev%2Fpassword_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a3ro-dev%2Fpassword_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a3ro-dev","download_url":"https://codeload.github.com/a3ro-dev/password_generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a3ro-dev%2Fpassword_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274636807,"owners_count":25322256,"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-09-11T02:00:13.660Z","response_time":74,"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":["database","generator","password","password-generator","password-manager","project-python","security"],"created_at":"2024-11-08T20:28:51.793Z","updated_at":"2025-09-11T12:40:53.936Z","avatar_url":"https://github.com/a3ro-dev.png","language":"Python","readme":"# Password Generator\n\nThis is a Python program that generates random passwords of a specified length and stores them in a database to ensure that each generated password is unique.\n\n## Requirements\n\n- Python 3\n- sqlite3\n\n## Usage\n\nTo use the password generator, run the `password_generator.py` file in Python. The program will prompt you to enter the desired password length, and then it will generate a random password of that length. If the generated password already exists in the database, the program will generate a new password until it generates a unique one.\n\nThe generated password will be output to the user and also stored in the `passwords` table of the `passwords.db` SQLite database.\n\n## Notes\n\n- The `passwords.db` database must be located in the `db` directory. If the database does not exist, it will be created when the program is run for the first time.\n- The `passwords` table in the database must have a single `password` column of type `text`. If the table does not exist, it will be created when the program is run for the first time.\n\n## Example\n\n```bash\nEnter the desired password length: 12\nYour generated password is: cOZa2dQIxzvb\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa3ro-dev%2Fpassword_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa3ro-dev%2Fpassword_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa3ro-dev%2Fpassword_generator/lists"}