Skip to content

Latest commit

 

History

History
106 lines (69 loc) · 7.48 KB

sskr-overview.md

File metadata and controls

106 lines (69 loc) · 7.48 KB

SSKR Docs

SSKR stands for Sharded Secret Key Reconstruction. It's a specification that allows you to securely create a backup of your cryptoseeds by sharding those secrets. It uses the mature Shamir’s Secret Sharing functionality, but with more choices of output and options for advanced two-tiered shards.

Users can use SSKR to easily shard a seed. Our reference tools for iOS, macOS, and UNIX demo the functionality, but we expect more cryptocurrency wallet manufacturers to soon be incorporating SSKRs as well.

Seedtool, our iOS and macOS reference tool, allows you to print your sares and distribute them as coupons, which include QRs of the shares that can be stored in a QR vault. If you run the Mac version of Seedtool, you can instead print them directly to a PDF!

But you can also secure shares in other ways, such as etching the words into steel to ensure you never lose your cryptocurrency seed. We have a demo on how to do it with steel dog tags!

There are other advantages as well, including BIP-39 roundtripping and the usage of words that are less-likely to be confused. Take a look, we talk about it all in our docs!

Developers of all sorts should find it easy to incorporate the functionality, thanks to libraries available in multiple programming languages, plus a large collection of documents.

If you’d like to see more #SmartCustody work to support responsible key management, including more specifications and references for creating wallet interoperability. Support Blockchain Commons by becoming a patron!

Intro

The following overviews SSKR.

For Users

How can you use SSKR? The following describes its usage in Gordian Seed Tool.


SSKR Export

SSKR Coupons

SSKR Import

For Power Users

Want to do more with SSKR? The following describes how to design SSKR sharing, how to put your shares in cold storage:

We've also got docs for using SSKR with seedtool-cli:

For Developers

Want to develop using SSKR? The following provide an array of documents for using SSKR and placing them in URs, as well as info on test vectors, and our security review.

You might also want to read about the foundational technology of Shamir's Secret Sharing itself:

Code

Ready to code? Developers can use the following libraries to incorporate SSKR in their own programs.

Please note that at this time only the core C-language libraries have been security reviewed. If you are introducing in using the Java or Swift ports, or creating a new library, a new security review will be required for a secure production release.

Reference Tools

Want to verify your code? That's what the Blockchain Commons reference tools are for.

Related

The following topics are related to SSKR.

Support

To support the continued creation and growth of specifications such as this, please become a sponsor of Blockchain Commons, either through GitHub or through Bitcoin donations on our BTCpay. Thank you to our sustaining and additional sponsors.

Please also join us in our Airgapped Wallet Community where we are discussing and advancing this and other specifications.