libgfshare is an implementation of the Shamir′s secret sharing algorithm. It allows to break a password or a secret key into several components, a predefined number of which is necessary to reconstruct it.
libgfshare is an implementation of the Shamir′s secret sharing algorithm. It allows to break a password or a secret key into several components, a predefined number of which is necessary to reconstruct it.
To install libgfshare, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libgfshare
To see what files were installed by libgfshare, run:
port contents libgfshare
To later upgrade libgfshare, run:
sudo port selfupdate && sudo port upgrade libgfshare
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.