{"id":16369667,"url":"https://github.com/dcsunset/secret-sharing-cli","last_synced_at":"2025-10-26T07:31:08.575Z","repository":{"id":57666516,"uuid":"284592822","full_name":"DCsunset/secret-sharing-cli","owner":"DCsunset","description":"A secret sharing command line tool using Shamir's Secret Sharing","archived":false,"fork":false,"pushed_at":"2020-08-04T08:48:18.000Z","size":21,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T16:52:55.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/DCsunset.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}},"created_at":"2020-08-03T03:19:34.000Z","updated_at":"2022-12-16T15:24:18.000Z","dependencies_parsed_at":"2022-09-26T20:31:50.101Z","dependency_job_id":null,"html_url":"https://github.com/DCsunset/secret-sharing-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fsecret-sharing-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fsecret-sharing-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fsecret-sharing-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fsecret-sharing-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCsunset","download_url":"https://codeload.github.com/DCsunset/secret-sharing-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238284795,"owners_count":19446729,"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","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-10-11T02:55:58.513Z","updated_at":"2025-10-26T07:31:03.282Z","avatar_url":"https://github.com/DCsunset.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secret-sharing-cli\n\n[![Crate](https://badgen.net/crates/v/secret-sharing-cli)](https://crates.io/crates/secret-sharing-cli)\n[![License](https://badgen.net/github/license/dcsunset/secret-sharing-cli)](https://github.com/DCsunset/secret-sharing-cli)\n\nA secret sharing command line tool using Shamir's Secret Sharing.\n\n## Install\n\nMake sure you have cargo installed.\n\n```\ncargo install secret-sharing-cli\n```\n\n## Usage\n\nRun `secret-sharing-cli -h` to see the help message.\n\nFor example, to split a string secret that requires 2 shares to recover and generate 4 shares, run:\n\n```\nsecret-sharing-cli split --string \u003csecret\u003e --threshold 2 --number 4\n```\n\nThen to recover the secret, use any two shares:\n\n```\nsecret-sharing-cli recover --string \u003cshare 1\u003e \u003cshare 2\u003e\n```\n\nBesides, splitting binary files is also supported using `--file` flags.\n\n## Dependencies\n\nThanks to the following crates:\n\n* [sharks](https://github.com/c0dearm/sharks)\n* [clap](https://github.com/clap-rs/clap)\n* [base64](https://github.com/marshallpierce/rust-base64)\n\n## License\n\nGPL-3.0 License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fsecret-sharing-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcsunset%2Fsecret-sharing-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fsecret-sharing-cli/lists"}