Merge pull request #18 from henrysdev/patch-1

Add Project Alternative - Haystack
This commit is contained in:
Jesse Duffield 2020-12-22 18:08:57 +11:00 committed by GitHub
commit 6575949a22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,3 +58,4 @@ A) This uses the [Shamir Secret Sharing Scheme](https://en.wikipedia.org/wiki/Sh
* [ssss](http://point-at-infinity.org/ssss/). Works for keys but (as far as I know) not files themselves.
* [horcrux](https://github.com/kndyry/horcrux). Looks like somebody beat me to both the name and concept, however this repo doesn't support thresholds of horcruxes
* [Haystack](https://github.com/henrysdev/Haystack). Implements another file sharding and reassembly algorithm inspired by SSSS, but requires a password for reassembly and does not support thresholds of horcruxes.