truename-index
A secret sharing and secret reassembly application compressed into a single index.html built using Node and React and compressed into a single file using indexhtmlify
.
How does it work?
- Open the
index.html
file in your browser of choice - Read the
About
section - Split your private key in the
Share
section - Reassemble in the
Combine
section
Whats it for?
This application is a simple tool to cryptographically split your private keys into pieces to give to trusted parties in your life to account for catastrophic loss / unexpected death / untimely accident / comedic circumstances. Its a mechanism to build redundancy into your cryptocurrency workflow with community, trust and friendship at center stage.
How is this different?
Other applications exist that provide similar functionality. Dyne's Secrets is a similar mechanism. However this is limited by several factors which I have mitigated in truename
.
truename
requires no internet connectiontruename
requires little to no technical knowhow. If you can download a file and open a browser, you can usetruename
truename
's interface makes it easy to vary the number of pieces created and cosigners required to reassemble your secrettruename
uses QRCodes to make it easy to print out or share a piece of your secret with your friendtruename
can be provided as the opening tool as a simple file along with the piece. Therefore if it ever disappears offline (which it shouldn't...), with due diligence from the secret sharer,truename
can still be available to use.
What can #mmt use this for?
I will float this at the next Cryptonites meeting and encouraging the group to share pieces of their private keys with close friends and family to build a sense of trust and resilience.
Perhaps this can be used within the mmt-dev team somehow. Perhaps GreaterThan can make use of this also.
Other uses...
Shard your #ssb private key and send it to your friends. That way, if you lose your computer or it dies unexpectedly, you don't lose your identity permanently.
How can #mmt folk help improve it?
- Give it a try, make UX improvement suggestions
- Help writing docs / explanation to users to go into the app to teach newcomers how to use it properly
- Probably more... I'm open to suggestions
Thanks to...
@Dan Hassan and @mix for egging me on
@peg for giving positive feedback (feel good factor!) and UX improvement suggestions
@Dominic for putting together the awesome indexhtmlify