Skip to content

Safeparts Help

Split a secret into recovery shares. Recover with k of n.

Safeparts is a k-of-n recovery tool. It lets you spread one secret across people and places so recovery takes cooperation, not one perfect backup.

Getting started

Do one short practice run, learn how to pick k and n, and write down a recovery plan you can follow on a bad day.

Read the guide

Use cases

Real-world scenarios (personal recovery, teams, infra) and a few simple patterns for deciding who should hold which share.

Browse use cases

Security

Threat model, storage rules, and what passphrases change (and what they don’t).

Read security notes

How it works

The short version: threshold sharing, an integrity tag to catch mistakes, and optional encryption.

Read how it works

Interfaces

Pick your front-end: Web UI for one-off workflows, CLI for automation, or TUI for offline/interactive sessions.

Web UI · CLI · TUI

Build & run

Install and run Safeparts on Linux/macOS/Windows, including building the web app and this docs site.

Build & run