{"id":25810168,"url":"https://github.com/kazuakiishiguro/secret-store-cli","last_synced_at":"2026-06-30T18:32:06.109Z","repository":{"id":114825542,"uuid":"436989012","full_name":"kazuakiishiguro/secret-store-cli","owner":"kazuakiishiguro","description":"Command line tool for Open Ethereum's Secret Store","archived":false,"fork":false,"pushed_at":"2021-12-20T05:14:03.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-25T11:45:47.227Z","etag":null,"topics":["etheruem","shamir-secret-sharing"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/kazuakiishiguro.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}},"created_at":"2021-12-10T13:29:31.000Z","updated_at":"2024-03-03T18:46:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc081457-25b5-4eb4-a7bd-319a02ed26e9","html_url":"https://github.com/kazuakiishiguro/secret-store-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kazuakiishiguro/secret-store-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuakiishiguro%2Fsecret-store-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuakiishiguro%2Fsecret-store-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuakiishiguro%2Fsecret-store-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuakiishiguro%2Fsecret-store-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kazuakiishiguro","download_url":"https://codeload.github.com/kazuakiishiguro/secret-store-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kazuakiishiguro%2Fsecret-store-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34979577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":["etheruem","shamir-secret-sharing"],"created_at":"2025-02-27T23:36:25.192Z","updated_at":"2026-06-30T18:32:06.094Z","avatar_url":"https://github.com/kazuakiishiguro.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secret-store-cli\n\nThis is Secret Store CLI tool\n\n## architecture\n\n![picture](picture.png)\n\nIf you are not familliar with how SecretStore works, you can read more details at [Open Ethereum's documentation](https://openethereum.github.io/Secret-Store)\n\nFrom [documentation](https://openethereum.github.io/Secret-Store):\n\nThe Secret Store is a core technology that enables:\n\n- distributed elliptic curve (EC) key pair generation - key is generated by several parties using special cryptographic protocol, so that:\n\t- private key portion remains unknown to every single party;\n\t- public key portion could be computed on every party and could be safely exposed to external entities;\n\t- every party hold the ‘share’ of the private key;\n\t- any subset of `t+1` parties could unite to restore the private portion of the key;\n\t- any subset of less than `t+1` parties could not restore the private portion of the key;\n- distributed key storage - private key shares are stored separately by every party and are never exposed neither to another parties, nor to external entities;\n- threshold retrieval according to blockchain permissions - all operations that are requiring private key, require at least `t+1` parties to agree on ‘Permissioning contract’ state.\n\n## dependency\n\nHere are the local tested versions :\n\n* Ubuntu : Ubuntu 20.04.3 LTS\n* OS : macos Monterey 12.0.1\n* cargo 1.56.0 (4ed5d137b 2021-10-04)\n\n## build\n\n### for linux\n\n```bash\n$ cargo build --release\n$ ./target/resease/secret-store-cli\nsecret-store-cli\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nSUBCOMMANDS:\n    address    Get eth address list\n    decrypt    Decrypt document\n    encrypt    Encrypt document and receive document key ID and IPFS hash\n    help       Prints this message or the help of the given subcommand(s)\n```\n\n### for OSX\n\n```bash\n$ ./scripts/build-darwin-universal.sh\n$ ./target/release/secret-store-cli.bundle\n```\n\n## example\n\nsee [example](EXAMPLE.md) file how this cli works with secret store.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuakiishiguro%2Fsecret-store-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkazuakiishiguro%2Fsecret-store-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkazuakiishiguro%2Fsecret-store-cli/lists"}