{"id":22412475,"url":"https://github.com/tusharpamnani/random-password-generator","last_synced_at":"2025-10-15T10:31:54.150Z","repository":{"id":216325707,"uuid":"741046754","full_name":"tusharpamnani/Random-Password-Generator","owner":"tusharpamnani","description":"Random password generator of a specified length","archived":false,"fork":false,"pushed_at":"2024-01-09T15:37:48.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T02:11:02.608Z","etag":null,"topics":["project","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"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/tusharpamnani.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}},"created_at":"2024-01-09T15:35:56.000Z","updated_at":"2024-05-16T06:41:40.000Z","dependencies_parsed_at":"2024-01-09T16:55:11.978Z","dependency_job_id":"cdcb502b-ea29-4509-8745-2964ce2bbfd0","html_url":"https://github.com/tusharpamnani/Random-Password-Generator","commit_stats":null,"previous_names":["tusharpamnani/random-password-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tusharpamnani/Random-Password-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FRandom-Password-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FRandom-Password-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FRandom-Password-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FRandom-Password-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tusharpamnani","download_url":"https://codeload.github.com/tusharpamnani/Random-Password-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FRandom-Password-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279073348,"owners_count":26097384,"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-10-15T02:00:07.814Z","response_time":56,"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":["project","rust"],"created_at":"2024-12-05T14:09:00.250Z","updated_at":"2025-10-15T10:31:54.106Z","avatar_url":"https://github.com/tusharpamnani.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random Password Generator\n\n## Overview\n\nThis Rust program generates a random password of a specified length. It utilizes Rust's random number generation and character conversion capabilities to create a password consisting of printable ASCII characters.\n\n## Features\n\n- **Random Password Generation:** Generates a password with random characters.\n- **Customizable Length:** The length of the generated password is customizable.\n\n## Getting Started\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/tusharpamnani/Random-Password-Generator.git\n    cd Random-Password-Generator\n    ```\n\n2. Build and run the application:\n\n    ```bash\n    cargo run\n    ```\n\n3. Adjust the password length:\n\n    - Open `main.rs`.\n    - Locate the `password_length` variable and change its value to set the desired password length.\n\n4. Run the application again:\n\n    ```bash\n    cargo run\n    ```\n\n5. The generated random password will be displayed in the console.\n\n## Project Structure\n\n- **src/main.rs:** Main entry point for the Rust program.\n- **Cargo.toml:** Configuration file for Rust dependencies and settings.\n\n## Usage\n\n- Customize the password length by modifying the `password_length` variable in `main.rs`.\n- Run the application to generate a new random password each time.\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests to enhance the functionality or add new features.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharpamnani%2Frandom-password-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftusharpamnani%2Frandom-password-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharpamnani%2Frandom-password-generator/lists"}