update
This commit is contained in:
parent
7f779e6ceb
commit
53ed600da8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Combining git-annex with [Shamir secret sharing](http://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing)
|
Combining git-annex with [Shamir secret sharing](http://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing)
|
||||||
is an useful way to securely back up highly sensitive files,
|
is an useful way to securely back up highly sensitive files,
|
||||||
such as a gpg key.
|
such as a gpg key or bitcoin wallet.
|
||||||
|
|
||||||
Shamir secret sharing creates N shares of a file, of which any M can be
|
Shamir secret sharing creates N shares of a file, of which any M can be
|
||||||
used to reconstitute the original file. Anyone who has less than M shares
|
used to reconstitute the original file. Anyone who has less than M shares
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue