SecretSplitter
SecretSplitter copied to clipboard
A program to split up secrets to go along with the blog post "Life, Death, and Splitting Secrets" at Moserware.com
Could you please provide me a strong named DLL file?
The diffuser was not handling padding in a manner compatible with ssss-split; in some cases shares were produced SecretSplitter that could not be used to recover the secret (about .4%...
Hi there! Thanks for this awesome library We're evaluating to use your library for a project and in this step we: - updated to new tooling; - converted library to...
If byte array parameter secretMessage has zeros at start then reconstructed secret doesn't have those leading zeros. Example code byte[] secret = new byte[] { 0x00, 0x00, 0x00, 0x05 };...