/SecretSplitter

A program to split up secrets to go along with the blog post "Life, Death, and Splitting Secrets" at Moserware.com

Primary LanguageC#MIT LicenseMIT

This repository contains several projects:

* SecretSplitter - This is the DLL that contains the SecretSplitter and SecretCombiner classes for splitting and combining secrets
* SecretSplitterGui - This is a prototype GUI that uses the SecretSplitter classes.
* Ssss - A from-scratch compatibile implementation of B. Poettering's ssss-split and ssss-combine utilities
* UnitTests - Various unit tests for SecretSplitter's classes.

Everything is subject to the MIT License. See License.txt

For more details on how SecretSplitter works and how to use it, see

http://www.moserware.com/2011/11/life-death-and-splitting-secrets.html