How to Install and Uninstall ssss Package on Kali Linux

Last updated: May 13,2024

1. Install "ssss" package

Please follow the guidelines below to install ssss on Kali Linux

$ sudo apt update $ sudo apt install ssss

2. Uninstall "ssss" package

This tutorial shows how to uninstall ssss on Kali Linux:

$ sudo apt remove ssss $ sudo apt autoclean && sudo apt autoremove

3. Information about the ssss package on Kali Linux

Package: ssss
Version: 0.5-5
Installed-Size: 92
Maintainer: Tomasz Buchert
Architecture: amd64
Depends: libc6 (>= 2.4), libgmp10
Size: 16964
SHA256: 25e9525068a7c31ffc28b0b3d5ffa4d2b71d59305b30b623bc666f152a7b6d33
SHA1: cec4c1640463531b1fd6d4697b61663b44642863
MD5sum: 6c5d86b3030f8d9c0ec5f856b8dd8c28
Description: Shamir's secret sharing scheme implementation
Implementation of Shamir's Secret Sharing Scheme. The program suite
does both: the generation of shares for a known secret, and the
reconstruction of a secret using user-provided shares.
.
Shamir's Secret Sharing Scheme allows a secret to be split in to shares.
These shares can then be distributed to different people. When the time comes
to retrieve the secret then a preset number of the shares need to be combined.
The number of shares created, and the number needed to retrieve the secret
are set at splitting time. The number of shares required to re-create the
secret can be chosen to be less that the number of shares created, so any
large enough subset of the shares can retrieve the secret.
.
This scheme allows a secret to be shared, either to reduce the chances that
the secret is lost, or to increase the number of parties that must cooperate
to reveal the secret.
Description-md5:
Homepage: http://point-at-infinity.org/ssss/
Tag: role::program
Section: utils
Priority: optional
Filename: pool/main/s/ssss/ssss_0.5-5_amd64.deb