2024-02-12 00:45:24 +00:00
|
|
|
{{#include ../../links.md}}
|
|
|
|
|
2023-10-20 00:20:26 +00:00
|
|
|
# keyfork-shard
|
|
|
|
|
|
|
|
<!-- Linked to: keyfork-user-guide/src/bin/keyfork/shard/index.md -->
|
|
|
|
|
|
|
|
The `keyfork-shard` crate contains some binaries to enable M-of-N sharing of
|
|
|
|
data. All binaries use Shamir's Secret Sharing through the [`sharks`] crate.
|
|
|
|
|
|
|
|
## OpenPGP
|
|
|
|
|
2024-02-12 00:45:24 +00:00
|
|
|
Keyfork provides OpenPGP compatible [`split`][kshard-opgp-split] and
|
|
|
|
[`combine`][kshard-opgp-combine] versions of Shard binaries. These binaries use
|
2023-10-20 00:20:26 +00:00
|
|
|
Sequoia OpenPGP and while they require all the necessary certificates for the
|
|
|
|
splitting stage, the certificates are included in the payload, and once Keyfork
|
|
|
|
supports decrypting using OpenPGP smartcards, certificates will not be required
|
|
|
|
to decrypt the shares.
|