How to Install and Uninstall gfsecret Package on Kali Linux

Last updated: April 29,2024

1. Install "gfsecret" package

Please follow the steps below to install gfsecret on Kali Linux

$ sudo apt update $ sudo apt install gfsecret

2. Uninstall "gfsecret" package

This is a short guide on how to uninstall gfsecret on Kali Linux:

$ sudo apt remove gfsecret $ sudo apt autoclean && sudo apt autoremove

3. Information about the gfsecret package on Kali Linux

Package: gfsecret
Version: 0.5.0-2
Installed-Size: 160
Maintainer: Thomas Perret
Architecture: amd64
Depends: libc6 (>= 2.34), libcurl4 (>= 7.16.2), libgcrypt20 (>= 1.10.0), libgfshare2 (>= 2), libglib2.0-0 (>= 2.22.0), libmtp9 (>= 1.1.3)
Size: 53392
SHA256: 85b47823d171678451f60708b9ef498ca9caa16262a07e699909113c7f3d9b7d
SHA1: e675b1c93b07368c9511c01f3d1d6740d2798e40
MD5sum: d4787d2f77013a164a0e918e4f5d87f4
Description: Tools to make secret sharing easier
Gfsecret is a set of tools to facilitate secret sharing according to the
Adi Shamir’s secret sharing scheme.
.
Two tools are provided: gfsec-split will split a file into several shares,
and gfsec-use will reconstruct the original file from some of the shares.
Both tools use the concept of a share URI, which is a way of describing a
share with a URI-like syntax. The gfsec-split program uses them to know where
to dispatch the generated shares, and gfsec-use uses them to know where to
search for shares in order to reconstruct the original file.
.
The package also provide a script wrapper around gfsec-split: gfsec-split-gpg
to facilitate splitting your GnuPG private primary key which can be combine
with gfsec-use.
Description-md5:
Homepage: https://incenp.org/dvlpt/gfsecret.html
Section: utils
Priority: optional
Filename: pool/main/g/gfsecret/gfsecret_0.5.0-2_amd64.deb