Given a threshold t, sharesecret splits a secret into parts, such that exactly t parts are needed to reconstruct the secret. If you have fewer parts you know only the approximate or exact length of the secret.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Fractionnement des sharesecret dans les programmes de plusieurs plus petites et plus simples, permettant une utilisation plus simple. La limite du nombre de pièces est maintenant supérieur à 65000.
Splitting of sharesecret into several smaller and simpler programs, making the usage simpler. The limit of the number of parts is now higher than 65000.
Sharesecret n'utilise plus GNU MP. S'il est disponible, il utilise GNU PG ou / dev / random comme un générateur de nombres pseudo-aléatoires ou arcfour comme solution de repli. Le format des pièces a changé complètement; vieux formats ne sont plus supportées.
Sharesecret no longer uses GNU MP. If available, it uses GNU PG or /dev/random as a pseudo random number generator or arcfour as a fallback. The format of the parts has changed completly; old formats are not supported anymore.