{"id":25171698,"url":"https://github.com/basemax/cpasswordgenerator","last_synced_at":"2025-09-04T05:04:55.363Z","repository":{"id":197720886,"uuid":"697657121","full_name":"BaseMax/CPasswordGenerator","owner":"BaseMax","description":"A simple C program that generates random passwords with various options, designed to work on both Windows and Linux platforms.","archived":false,"fork":false,"pushed_at":"2023-10-02T04:58:09.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T17:08:07.551Z","etag":null,"topics":["c","cli","password","random","random-generator","random-password"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.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}},"created_at":"2023-09-28T07:54:35.000Z","updated_at":"2024-01-14T15:41:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"acbe63a2-7ae8-4784-88eb-5ba2668f6f07","html_url":"https://github.com/BaseMax/CPasswordGenerator","commit_stats":null,"previous_names":["basemax/cpasswordgenerator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FCPasswordGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FCPasswordGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FCPasswordGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FCPasswordGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/CPasswordGenerator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247079385,"owners_count":20880040,"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":["c","cli","password","random","random-generator","random-password"],"created_at":"2025-02-09T09:21:39.100Z","updated_at":"2025-04-03T21:22:31.062Z","avatar_url":"https://github.com/BaseMax.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random C Password Generator\n\nA simple C program that generates random passwords with various options, designed to work on both Windows and Linux platforms.\n\n## Features\n\n- Generates random passwords based on user-defined criteria:\n  - Password length\n  - Inclusion of symbols\n  - Inclusion of uppercase letters\n- Secure random number generation using platform-specific methods:\n  - Windows: CryptGenRandom function\n  - Linux: /dev/urandom file\n- Cross-platform compatibility\n\n## Prerequisites\n\n- For Windows users, no additional prerequisites are required.\n- For Linux users, ensure you have `/dev/urandom available` for random number generation.\n\n## Usage\n\n1. Clone the repository to your local machine:\n\n   `\n   git clone https://github.com/your-username/random-password-generator.git\n   `\n\n2. Run the following command:\n\n   `\n   make\n   `\n3. Then you can run program with following command:\n\n   `\n   ./password_generator\n   `\n## Examples\n\n```shell\n./password_generator\nEnter the length of the password: 50\nShould the password contain symbols? (0/1): 1\nShould the password contain uppercase letters? (0/1): 1\nGenerated Password: \u003cBJ{vdR+IY+C(;Y-SvS?:W]AEM!rR@yPxjHkF|b|ka=Etie-xi\n```\n\n```shell\n./password_generator\nEnter the length of the password: 50\nShould the password contain symbols? (0/1): 0\nShould the password contain uppercase letters? (0/1): 0\nGenerated Password: gdhkprjvvkcqyshhabduetrrzvotelyhzcydjlxcfywykywnzv\n```\n\n```shell\n./password_generator\nEnter the length of the password: 50\nShould the password contain symbols? (0/1): 0\nShould the password contain uppercase letters? (0/1): 1\nGenerated Password: ipbzIStpeWLPfSnRmGmyYZmAkJfzEJTOvpsVJuPJLSHKANiChd\n```\n\nCopyright 2023, Max Base\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fcpasswordgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fcpasswordgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fcpasswordgenerator/lists"}