{"id":21953386,"url":"https://github.com/kobebigs/givemepwd","last_synced_at":"2025-03-22T18:25:32.364Z","repository":{"id":262804657,"uuid":"888402599","full_name":"kobeBigs/givemepwd","owner":"kobeBigs","description":"A random password, keys generator","archived":false,"fork":false,"pushed_at":"2024-11-14T10:57:10.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T22:45:58.168Z","etag":null,"topics":["key-generator","password-generator","perl"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/kobeBigs.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":"2024-11-14T10:39:37.000Z","updated_at":"2024-11-18T14:29:53.000Z","dependencies_parsed_at":"2024-11-14T11:37:47.236Z","dependency_job_id":"c3fd4818-a60a-45e3-a789-39302acbad34","html_url":"https://github.com/kobeBigs/givemepwd","commit_stats":null,"previous_names":["kobebigs/givemepwd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kobeBigs%2Fgivemepwd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kobeBigs%2Fgivemepwd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kobeBigs%2Fgivemepwd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kobeBigs%2Fgivemepwd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kobeBigs","download_url":"https://codeload.github.com/kobeBigs/givemepwd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245001314,"owners_count":20545232,"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":["key-generator","password-generator","perl"],"created_at":"2024-11-29T07:08:22.408Z","updated_at":"2025-03-22T18:25:32.333Z","avatar_url":"https://github.com/kobeBigs.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# givemepwd - a random password generator\n\nA simple Perl program that generates a random password of a specified length using alphanumeric characters (`0-9`, `a-z`, `A-Z`). If no length is specified, it defaults to 16 characters.\n\n## Requirements\n\n- Perl 5 or higher.\n\nNo additional Perl modules are required.\n\n## Usage\n\nRun the script from the command line:\n\n```bash\nperl givemepwd.pl [password length]\n```\n\n### Examples\n\n- To generate a password of 16 characters (default):\n\n    ```bash\n    perl givemepwd.pl\n    ```\n\n- To generate a password of 36 characters:\n\n    ```bash\n    perl givemepwd.pl 36\n    ```\n\n## Help\n\nTo display help information, use the `--help` or `-h` flag:\n\n```bash\nperl givemepwd.pl --help\n```\n\n## Notes\n\n- If the password length is not provided or is invalid (non-positive integer), the script defaults to a length of 16.\n\n- The password will include a mix of uppercase letters, lowercase letters, and numbers.\n\n- The script prints the generated password to the console in the format:\n\n    ```css\n    Here you go \u003e\u003e [generated_password]\n    ```\n\n### Example Output\n\nFor a password length of 12, you might see:\n\n```css\nHere you go \u003e\u003e a8dZ5nX2bQp7\n```\n\n## License\n\ngivemepwd is released under the MIT Licence. See the bundled LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkobebigs%2Fgivemepwd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkobebigs%2Fgivemepwd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkobebigs%2Fgivemepwd/lists"}