{"id":13564869,"url":"https://github.com/trusch/passchain","last_synced_at":"2026-01-22T09:03:11.779Z","repository":{"id":63388382,"uuid":"104519422","full_name":"trusch/passchain","owner":"trusch","description":"a blockchain based password store for teams","archived":false,"fork":false,"pushed_at":"2017-10-12T06:44:18.000Z","size":106,"stargazers_count":27,"open_issues_count":3,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-03T22:36:22.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/trusch.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}},"created_at":"2017-09-22T21:15:57.000Z","updated_at":"2023-03-18T19:43:55.000Z","dependencies_parsed_at":"2022-11-18T01:48:04.780Z","dependency_job_id":null,"html_url":"https://github.com/trusch/passchain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trusch/passchain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trusch%2Fpasschain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trusch%2Fpasschain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trusch%2Fpasschain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trusch%2Fpasschain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trusch","download_url":"https://codeload.github.com/trusch/passchain/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trusch%2Fpasschain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28659900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":[],"created_at":"2024-08-01T13:01:37.296Z","updated_at":"2026-01-22T09:03:11.759Z","avatar_url":"https://github.com/trusch.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"passchain\n=========\n\nPasschain is a tool to securely store and share passwords, tokens and other short secrets on a private blockchain.\n\nThis is a [tendermint](https://github.com/tendermint/tendermint) application and provides the following functionality:\n\n## Features\n\n* create, delete and show accounts\n* create, delete and show secrets\n* share secrets with other accounts\n* share only read- or read-write access\n* share secrets with group accounts\n\n## User interface\n\n* command line client\n* all functionality is available\n\n## Open Tasks\n\n* write HTTP API\n* write graphical UI  \n\n## Install\n```\n# install via go get\ngo get github.com/trusch/passchain/cmd/...\n\n# if dependency errors occur fix them by using glide:\ncd $GOPATH/src/github.com/trusch/passchain\nglide install\ngo install github.com/trusch/passchain/cmd/...\n\n# if you need to install tendermint:\ngo get github.com/tendermint/tendermint/cmd/...\n\n# if dependency errors occur fix them by using glide:\ncd $GOPATH/src/github.com/tendermint/tendermint\nglide install\ngo install github.com/tendermint/tendermint/cmd/...\n```\n\n## Walktrough\n\n```\n# start tendermint and passchain-abci\ntendermint init\ntendermint node --consensus.create_empty_blocks=false \u0026\npasschain-abci \u0026\n\n# create account and store keys in environment\npasschain accounts create --id alice\nexport PASSCHAIN_ID=alice\nexport PASSCHAIN_PUBLIC_KEY=BLBoMJ+iUjremFnReUF0onvmokhV4Hmtvq+fU24oxSYIhwIePlHXZTbW28PZN66i3Nvc7txv4lXH4KwlY9O4KFo=\nexport PASSCHAIN_PRIVATE_KEY=7FYJr0/50gsjPvuQGmk2atj8QsdzYvbyrGrH2KTuhxY=\n\n# create secret\npasschain secrets create my-secret \"this is secret\"\n\n# read secret\npasschain secrets get my-secret\n\n# share secret with bob\npasschain secrets share my-secret --with bob\n```\n\n## Howto use groups\n```\n# create group account\npasschain accounts create --id my-group\n\n# store private key as secret with the very same name\npasschain secrets create my-group \"7FYJr0/50gsjPvuQGmk2atj8QsdzYvbyrGrH2KTuhxY=\"\n\n# share group key with other accounts\npasschain secrets share my-group --with bob\n\n# share secret with group\npasschain secrets share my-secret --with my-group\n\n# retrieve secret with group key\npasschain --as my-group secrets get my-secret\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrusch%2Fpasschain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrusch%2Fpasschain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrusch%2Fpasschain/lists"}