{"id":21710184,"url":"https://github.com/dragongr/pycipher","last_synced_at":"2025-03-20T17:50:14.507Z","repository":{"id":182807976,"uuid":"657914570","full_name":"dragonGR/PyCipher","owner":"dragonGR","description":"A password generation script using random characters, digits, and symbols","archived":false,"fork":false,"pushed_at":"2024-12-12T15:53:54.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T16:30:37.441Z","etag":null,"topics":["password","password-generator-python","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/dragonGR.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":"2023-06-24T07:39:39.000Z","updated_at":"2024-12-12T15:53:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"263c73b9-90f4-4d8f-a604-14f0c8bd888e","html_url":"https://github.com/dragonGR/PyCipher","commit_stats":null,"previous_names":["dragongr/pycipher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonGR%2FPyCipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonGR%2FPyCipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonGR%2FPyCipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonGR%2FPyCipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dragonGR","download_url":"https://codeload.github.com/dragonGR/PyCipher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244666423,"owners_count":20490286,"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":["password","password-generator-python","python"],"created_at":"2024-11-25T23:13:18.118Z","updated_at":"2025-03-20T17:50:14.478Z","avatar_url":"https://github.com/dragonGR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyCipher\n\nPyCipher is a simple password generator app built in Python. It allows you to generate random passwords of customizable length, with options to include digits and symbols. The app provides a command-line interface for ease of use.\n\n## Features\n- Generate strong passwords with customizable length.\n- Include digits, symbols, and custom characters for enhanced security.\n- Exclude ambiguous characters for better readability.\n- User-friendly interface with clear prompts and error handling.\n- Basic password strength check for additional security awareness.\n- Improved code structure and readability.\n\n## Requirements\n\n- Python 3.x\n\n## Usage\n1. Clone the repository or download the `pycipher.py` file.\n\n2. Open a terminal or command prompt and navigate to the directory where `pycipher.py` is located.\n\n3. Run the following command to execute the PyCipher app:\n\n```\npython pycipher.py\n```\n\n4. Follow the prompts to define your desired password length, character inclusion options.\n\n5. The generated password will be displayed on the screen.\n\n## Examples\n\n### Example 1: Generating a 10-character password with digits and symbols\n**Enter the desired password length**: 10\n\n**Include digits (y/n)**: y\n\n**Include symbols (y/n)**: y\n\n**Exclude ambiguous characters (e.g., 'l', '1', 'O', '0') (y/n)**: n\n\n**Generated Password**: z$6k3B9r1@\n\n### Example 2: Generating a 8-character password without digits and symbols\n**Enter the desired password length**: 8\n\n**Include digits (y/n)**: n\n\n**Include symbols (y/n)**: n\n\n**Exclude ambiguous characters (e.g., 'l', '1', 'O', '0') (y/n)**: y\n\n**Generated Password**: eCbLmeWz\n\n## Future Enhancements\n- Advanced password strength checks.\n- Password management features (optional).\n- Graphical user interface (optional).\n- More robust error handling and informative messages.\n- Unit tests for code correctness.\n- Logging functionality for error tracking.\n\n## Contributing\nContributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragongr%2Fpycipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragongr%2Fpycipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragongr%2Fpycipher/lists"}