sss-cli

Split secrets into shares and reconstruct them using Shamir's scheme

brewmacoslinux
Try with needOr install directly
Source

About

Shamir secret share command-line interface

Commands

sss

Examples

Split a secret into 5 shares with threshold of 3$ sss split -n 5 -t 3
Reconstruct a secret from shares$ sss combine
Generate a random secret and split it$ sss split -n 4 -t 2 -r