Skip to content

Instantly share code, notes, and snippets.

@programatt
Last active October 21, 2021 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save programatt/06b9706f857a420dfca0d67260706706 to your computer and use it in GitHub Desktop.
Save programatt/06b9706f857a420dfca0d67260706706 to your computer and use it in GitHub Desktop.
Installing gfshare from source on tiny core linux (Shamir Secret Sharing)
tce-load -wi compiletc git automake autoconf libtool-dev
git clone git://git.gitano.org.uk/libgfshare.git
cd libgfshare
autoreconf —install —verbose
./configure
make
sudo make install
export LD_LIBRARY_PATH=/usr/local/lib
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo; >> root_ca_pwd.txt
gfsplit -n 3 -m 5 root_ca_pwd.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment