Library for Shamir's secret sharing scheme implementation
Library for sharing secrets
gfshare
$ gfshare split -t 3 -n 5 < secret.txt
$ gfshare join share1.txt share2.txt share3.txt
$ gfshare --help