# jesseduffield/horcrux

Split your file into encrypted fragments so that you don't need to remember a passcode

Repository: https://github.com/jesseduffield/horcrux
Canonical: https://ross.abutalabs.com/products/horcrux
Language: Go
License: MIT
License Family: permissive
Last push: 2024-08-20T23:18:11+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2435, "days_push": 743, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5097, forks 141 (observed 2026-08-28T04:09:09.703805+00:00)

## What it is
A Go CLI tool that splits a file into encrypted fragments using Shamir's Secret Sharing, requiring only a threshold of fragments to reconstruct the original. It eliminates the need to remember a passphrase by distributing the encryption key across the fragments.

## Use cases
- split a sensitive file into encrypted fragments without a password
- reconstruct a file from a threshold of its fragments
- distribute a file across multiple channels to resist interception
- back up a file so no single copy reveals its contents
- encrypt a diary without needing to remember a passcode years later

## When to choose
- you want passphrase-free file encryption via secret sharing
- you need k-of-n threshold reconstruction of a file
- you want a simple cross-platform CLI for fragmenting files

## When to avoid
- you need standard passphrase-based encryption for daily use
- you need to encrypt many files with shared key management
- you need a GUI or enterprise key-management solution

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: cryptography, security, cli, file-system
- domain: security, privacy, files, developer-tools
- platform: windows, cli, cross-platform, go
- tags: shamir-secret-sharing, file-splitting, file-encryption, secret-sharing, threshold-cryptography, command-line, linux, macos

## Member repositories
- jesseduffield/horcrux (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:09.703805+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:02:13.991629+00:00, confidence not recorded.
  - readme: https://github.com/jesseduffield/horcrux (fetched 2026-08-28T04:09:09.703805+00:00, sha a79fead4aeb5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
