{"id":21032500,"url":"https://github.com/majkinetor/pass","last_synced_at":"2026-03-05T09:02:12.178Z","repository":{"id":76786650,"uuid":"103777045","full_name":"majkinetor/pass","owner":"majkinetor","description":"Pass password manager using Powershell","archived":false,"fork":false,"pushed_at":"2019-12-27T14:50:19.000Z","size":31,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T11:11:29.868Z","etag":null,"topics":["encryption","gpg","pass","password","powershell","secrets"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/majkinetor.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":"2017-09-16T19:05:29.000Z","updated_at":"2022-06-12T20:07:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ec3c68e-3e07-43d9-9f53-38dee0555ec3","html_url":"https://github.com/majkinetor/pass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/majkinetor/pass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majkinetor%2Fpass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majkinetor%2Fpass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majkinetor%2Fpass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majkinetor%2Fpass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/majkinetor","download_url":"https://codeload.github.com/majkinetor/pass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majkinetor%2Fpass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30117480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["encryption","gpg","pass","password","powershell","secrets"],"created_at":"2024-11-19T12:43:25.840Z","updated_at":"2026-03-05T09:02:12.137Z","avatar_url":"https://github.com/majkinetor.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pass\n\n[Pass](https://passwordstore.org) compatible Powershell module. It allows encryption of secrets using GpG in a\ndirectory structure that is convinient to put in a repository.  Module works cross-platfrom.\n\n## Prerequisites\n\n- `gpg` on the PATH: \n    - Windows (using Chocolatey): `cinst gnupg`\n- For advanced password generation install [MlkPwgen](https://github.com/mkropat/MlkPwgen) module: `Install-Package MlkPwgen -Force`\n\n## Usage\n\nFirst `mkdir ~/.password-store`. This is default directory and different one can be used by setting `$Env:PASSWORD_STORE_DIR` variable.\n\n```powershell\n\nimport-module pass\n\n# Add secret\n'omg so much cheese what am i gonna do' | Add-Secret Business/cheese-whiz-factory\n\n# Generate password and add username and overwrite existing secret\n\"$(New-PronounceablePassword -Length 20)\nUsername: admin\" | Add-Secret Business/cheese-whiz-factory -Force\n\n# Show only first line of the secret (password) and set 45s to clipboard\nShow-Secret Business/cheese-whiz-factory -Clipboard -FirstLine\n\n# Show directory tree\nShow-Secret\n\n# Add anything\nps | out-string | Add-Secret ps\nShow-Secret ps\n\n    Handles  NPM(K)    PM(K)      WS(K)     CPU(s)     Id  SI ProcessName\n    -------  ------    -----      -----     ------     --  -- -----------\n        120       8     1488       1376     397,33   7928   1 ApMsgFwd\n        132       9     1744       2428       2,88   8016   1 ApntEx\n        ...\n```\n\nBoth symmetric and keys encryption is supported. `Add-Secret` takes recipients via `.gpg-id` files in the password store or via `$GpgId` array. It can encrypt using public keys or with passphrase instead (via`$Passphrase` argument).\n\nThere is also quick and dirty `pass` function that implements the most basic pass syntax:\n\n```\npass insert Business/cheese-whiz-factory  \npass generate Email/jasondonenfeld.com 15  \npass Email/zx2c4.com  \n```\n\n## Notes\n\n- For graphical interface see [pass-winmenu](https://github.com/Baggykiin/pass-winmenu). It can be installed with: `cinst pass-winmenu`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajkinetor%2Fpass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmajkinetor%2Fpass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajkinetor%2Fpass/lists"}