{"id":42194619,"url":"https://github.com/scientific-python/vault-template","last_synced_at":"2026-01-27T00:01:53.343Z","repository":{"id":220426520,"uuid":"612345067","full_name":"scientific-python/vault-template","owner":"scientific-python","description":"Template for a project secrets vault","archived":false,"fork":false,"pushed_at":"2023-03-10T19:44:10.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T07:51:42.866Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/scientific-python.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}},"created_at":"2023-03-10T18:28:53.000Z","updated_at":"2025-04-12T09:15:45.000Z","dependencies_parsed_at":"2024-02-02T01:48:10.283Z","dependency_job_id":"b0412a99-bdbe-49e5-a109-a823c921ad97","html_url":"https://github.com/scientific-python/vault-template","commit_stats":null,"previous_names":["scientific-python/vault-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/scientific-python/vault-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fvault-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fvault-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fvault-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fvault-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scientific-python","download_url":"https://codeload.github.com/scientific-python/vault-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientific-python%2Fvault-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28792638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: 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-27T00:01:52.626Z","updated_at":"2026-01-27T00:01:53.336Z","avatar_url":"https://github.com/scientific-python.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password store for \u003cYOUR_PROJECT_NAME\u003e\n\nUses [gopass](https://github.com/gopasspw/gopass), which must be\n[installed\nfirst](https://github.com/gopasspw/gopass/blob/master/docs/setup.md#pre-installation-steps).\n\n`./vpass` is simply an alias to `gopass` that sets the vault directory\nto the current path.\n\n## Generating your GPG key\n\nThese instructions presume that you are familiar with GPG.\nIf not, read\n[Getting Started with GNU Privacy Guard](https://spin.atomicobject.com/2013/09/25/gpg-gnu-privacy-guard/)\nfor a general overview, or\n[Generating a new GPG key](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key)\nto learn how to create your own keys.\nWe recommend EDDSA as the key type, but RSA (the default) is fine too.\n\n## Initial vault creation (do this once)\n\n```\n./vpass init \u003cyour-gpg-id\u003e\n```\n\nYou can find your GPG id with `gpg --list-keys your@email.com`. The\nID looks something like `79DFFEFC5EC506356B7BCF00E5FEBCA4A034DD65`.\n\n\n## Add/edit a new password\n\n```\n./vpass insert vault/name-of-site\n./vpass edit vault/name-of-site\n```\n\nOr generate a new password:\n\n```\n./vpass generate vault/name-of-site  # generate password for new password entry\n./vpass generate -i vault/name-of-site  # re-generate for existing password entry\n```\n\nSee https://www.passwordstore.org/ for further detail.\n\n## Look up a password\n\n```\n./vpass  # list all passwords\n./vpass vault/site-name  # show password for site-name\n```\n\n## Add a new recipient\n\n1. Find the GPG key ID of the recipient.  This will be a hexadecimal\n   string similar to `79DFFEFC5EC506356B7BCF00E5FEBCA4A034DD65`, and\n   can be found with:\n\n   ```\n   gpg --list-key user@email.com\n   ```\n\n2. Add the recipient. The vault will be re-encrypted, including the new recipient:\n\n   ```\n   ./vpass recipients add 79DFFEFC5EC506356B7BCF00E5FEBCA4A034DD65\n   ```\n\n## List existing recipients\n\n```\n./vpass recipients\n```\n\n## Removing recipients\n\nRemoving a recipient will also re-encrypt the password vault, so\nthat that persons no longer has access to future version of the vault.\nHOWEVER, since they have access to their existing copy, you should\n**consider all secrets compromised** and rotate them.\n\n\n```\n./vpass recipients rm 79DFFEFC5EC506356B7BCF00E5FEBCA4A034DD65\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientific-python%2Fvault-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscientific-python%2Fvault-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientific-python%2Fvault-template/lists"}