{"id":16326859,"url":"https://github.com/thatonecalculator/randompassword","last_synced_at":"2025-08-28T02:49:35.965Z","repository":{"id":109372722,"uuid":"445981775","full_name":"ThatOneCalculator/randompassword","owner":"ThatOneCalculator","description":"A super simple POSIX sh *nix offline password generator","archived":false,"fork":false,"pushed_at":"2023-05-19T13:43:00.000Z","size":53,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T09:54:05.549Z","etag":null,"topics":["linux","offline-password","password","password-generator","posix","shell","shell-script","unix"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThatOneCalculator.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":"2022-01-09T03:14:31.000Z","updated_at":"2023-10-22T08:32:42.000Z","dependencies_parsed_at":"2025-02-10T23:42:15.604Z","dependency_job_id":null,"html_url":"https://github.com/ThatOneCalculator/randompassword","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/ThatOneCalculator/randompassword","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneCalculator%2Frandompassword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneCalculator%2Frandompassword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneCalculator%2Frandompassword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneCalculator%2Frandompassword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatOneCalculator","download_url":"https://codeload.github.com/ThatOneCalculator/randompassword/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneCalculator%2Frandompassword/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272424978,"owners_count":24932896,"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-08-28T02:00:10.768Z","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":["linux","offline-password","password","password-generator","posix","shell","shell-script","unix"],"created_at":"2024-10-10T23:09:44.187Z","updated_at":"2025-08-28T02:49:35.924Z","avatar_url":"https://github.com/ThatOneCalculator.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![randompassword](https://user-images.githubusercontent.com/44733677/148674869-4d0cf5ee-5386-4e4f-97b0-b8b0535c80d3.gif)](#install)\n\n`randompassword`: A super simple POSIX \\*nix offline password generator\n\n---\n\n## [[Requirements](#requirements)] [[Features](#features)] [[Usage](#usage)] [[Install](#install)] \n\n## Requirements:\n\u003e TL;DR basically any \\*nix system (i.e. Linux, \\*BSD, macOS, Solaris) \n- 286 bytes of free storage\n- \\*nix OS with `/bin/sh`\n- Coreutils with `tr`, `fold`, and `head`\n- (Optional) `man`, `xclip`\n\n## Features:\n- Custom password length, defaults to 20\n- Mix of uppercase letters, lowercase letters, and numbers, and optionally symbols\n- If you have `xclip`, it will automatically copy the generated password to your clipboard\n- [Blazing fast](/BENCHMARKS.md)\n\n## Usage:\n```sh\nrandompassword        # 20 character password\nrandompassword 35     # 35 character password\nrandompassword -s     # 20 character password with symbols\nrandompassword -s 35  # 35 character password with symbols\nrandompassword -h     # Shows manpage\n```\n\n## Install:\n### AUR: soon:tm: \n\u003c!-- ```\nyay -S randompassword \n``` --\u003e\n### Manual\n(needs `curl`, `chmod`, optionally `sudo`, `mandb`):\n```\n# Install program\nsudo curl -fsSL https://raw.githubusercontent.com/ThatOneCalculator/randompassword/main/randompassword -o /usr/bin/randompassword\nsudo chmod +x /usr/bin/randompassword\n# Manpage\nsudo curl -fsSL https://raw.githubusercontent.com/ThatOneCalculator/randompassword/main/randompassword.1.gz -o /usr/share/man/man1/randompassword.1.gz\nmandb\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatonecalculator%2Frandompassword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatonecalculator%2Frandompassword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatonecalculator%2Frandompassword/lists"}