{"id":38404375,"url":"https://github.com/barturba/fastpw","last_synced_at":"2026-01-17T04:00:12.599Z","repository":{"id":313450193,"uuid":"1051481158","full_name":"barturba/fastpw","owner":"barturba","description":"Fast Terminal Password Manager","archived":false,"fork":false,"pushed_at":"2025-09-06T06:22:58.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T06:28:03.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barturba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T04:48:26.000Z","updated_at":"2025-09-06T06:23:00.000Z","dependencies_parsed_at":"2025-09-06T06:28:07.186Z","dependency_job_id":"c4b2a6ae-af34-4e99-a1e0-fcf243d9bbba","html_url":"https://github.com/barturba/fastpw","commit_stats":null,"previous_names":["barturba/fastpw"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/barturba/fastpw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Ffastpw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Ffastpw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Ffastpw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Ffastpw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barturba","download_url":"https://codeload.github.com/barturba/fastpw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barturba%2Ffastpw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28494113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-17T04:00:11.328Z","updated_at":"2026-01-17T04:00:12.483Z","avatar_url":"https://github.com/barturba.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## FastPW\n\n![Demo](demo-1.1.2.gif)\n\nFast, minimal CLI to store encrypted logins and copy fields from the terminal.\n\n### Install\n- macOS: `brew install charmbracelet/tap/gum jq`\n- Ubuntu/Debian: `sudo apt install jq \u0026\u0026 curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/charm.gpg \u0026\u0026 echo \"deb [signed-by=/usr/share/keyrings/charm.gpg] https://repo.charm.sh/apt/ /\" | sudo tee /etc/apt/sources.list.d/charm.list \u0026\u0026 sudo apt update \u0026\u0026 sudo apt install gum`\n- Fedora: `sudo dnf copr enable charmbracelet/gum \u0026\u0026 sudo dnf install gum jq`\n- WSL/Linux: use your distro package manager\n\nRequirements: Bash, OpenSSL, `jq`, `gum`, and a clipboard tool (`pbcopy`, `wl-copy`, `xclip`, or `xsel`).\n\n### Setup\n```bash\nbin/fastpw --init    # create encrypted store with seed data\n```\n\n### Use\nInteractive UI:\n```bash\nbin/fastpw\n```\n\nNon-interactive examples:\n```bash\nbin/fastpw --list\nbin/fastpw copy --company \"ACME\" --login \"prod\" --field \"password\"\nbin/fastpw company add \"ACME\"\nbin/fastpw login add --company \"ACME\" --login \"prod\"\nbin/fastpw field set --company \"ACME\" --login \"prod\" --field \"username\" --value \"alice\"\n```\n\n\u003c!-- Import/Export removed --\u003e\n\nReset (dangerous):\n```bash\nbin/fastpw reset\n```\n\n### Behavior\n- Data is encrypted with OpenSSL AES-256-CBC using PBKDF2 (200k iterations).\n- Master password is cached for 8 hours at `~/.fastpw/session.cache`.\n- Data file: `~/.fastpw/data.enc.json`.\n\nEnv:\n- `FASTPW_MASTER` pre-seeds the master password (useful in scripts/CI).\n- `FASTPW_TIMEOUT` adds an inactivity timeout (seconds) to interactive prompts.\n\nRun `bin/fastpw --help` for full usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarturba%2Ffastpw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarturba%2Ffastpw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarturba%2Ffastpw/lists"}