libgfshare

Library for Shamir's secret sharing scheme implementation

brewmacoslinux
Try with needOr install directly
Source

About

Library for sharing secrets

Commands

gfshare

Examples

Split a secret into 5 shares where any 3 are needed to recover it$ gfshare split -t 3 -n 5 < secret.txt
Recover a secret from 3 shares$ gfshare join share1.txt share2.txt share3.txt
Display help information about available commands$ gfshare --help