jesseduffield/horcrux
Split your file into encrypted fragments so that you don't need to remember a passcode observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2435
- days_rel: n/a
- days_push: 743
- n_releases_24m: 0
Adoption not part of the score
5097 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
cli-tool · maturity maintenance
cryptography security cli file-system security privacy files developer-tools windows cli cross-platform go shamir-secret-sharing file-splitting file-encryption secret-sharing threshold-cryptography command-line linux macos
1 source
- readme: https://github.com/jesseduffield/horcrux · fetched 2026-08-28 · a79fead4aeb5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jesseduffield/horcrux | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="jesseduffield/horcrux")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem