{"id":28277345,"url":"https://github.com/sam701/secret-sharing","last_synced_at":"2025-09-11T23:10:23.009Z","repository":{"id":93646495,"uuid":"89962207","full_name":"sam701/secret-sharing","owner":"sam701","description":"Secrets sharing with Shamir's secret scheme","archived":false,"fork":false,"pushed_at":"2018-01-28T21:06:29.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T22:12:22.526Z","etag":null,"topics":["cli","secret-sharing","shamir","shamir-secret-sharing"],"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/sam701.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}},"created_at":"2017-05-01T20:54:31.000Z","updated_at":"2017-12-16T22:02:22.000Z","dependencies_parsed_at":"2023-03-04T05:15:18.549Z","dependency_job_id":null,"html_url":"https://github.com/sam701/secret-sharing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sam701/secret-sharing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam701%2Fsecret-sharing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam701%2Fsecret-sharing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam701%2Fsecret-sharing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam701%2Fsecret-sharing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sam701","download_url":"https://codeload.github.com/sam701/secret-sharing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam701%2Fsecret-sharing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274725644,"owners_count":25338389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"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":["cli","secret-sharing","shamir","shamir-secret-sharing"],"created_at":"2025-05-21T06:15:49.167Z","updated_at":"2025-09-11T23:10:22.993Z","avatar_url":"https://github.com/sam701.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secret-sharing\n*Secrets sharing with Shamir's secret scheme*\n\nThis is a wrapper around the [Vault](https://github.com/hashicorp/vault)'s implementation of the [Shamir's scheme](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing).\n\n## Build\n```sh\nglide install\ngo install\n```\n\n## Usage\n\n### Split file\nTo split a file into 3 parts with threshold (number of parts required to combine the original file) 2:\n```sh\nsecret-sharing split --parts 3 --threshold 2 \u003cfile to split\u003e\n```\n\n### Combine file\nTo combine a file from 2 parts:\n```sh\nsecret-sharing combine --output \u003cfile name\u003e \u003cpart1\u003e \u003cpart2\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam701%2Fsecret-sharing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsam701%2Fsecret-sharing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam701%2Fsecret-sharing/lists"}