MCPcopy
hub / github.com/jesseduffield/horcrux

github.com/jesseduffield/horcrux @v0.3 sqlite

repository ↗ · DeepWiki ↗ · release v0.3 ↗
41 symbols 96 edges 8 files 11 documented · 27%
README

horcrux

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

How it works

horcrux has two commands, split and bind.

Splitting

If I have a file called diary.txt in my current directory I can call

horcrux split diary.txt

and it will prompt me for how many horcruxes I want, and how many will be needed to resurrect the original file. For example I might want 5 horcruxes with the ability to resurrect the file if I have any 3. The horcrux files will be created like so:

diary_1_of_5.horcrux
diary_2_of_5.horcrux
...

Now you just need to disperse the horcruxes around the house on various USBs or online locations and hope you can recall where they all are!

Binding

To bind the horcruxes back into the original file just call

horcrux bind

in the directory containing the horcruxes (or pass the directory as an argument).

Installation

via homebrew:

brew install jesseduffield/horcrux/horcrux

via binary release

Who this is for:

  • People who need to encrypt a big sensitive file like a diary and don't expect to remember any passwords years from now (but who paradoxically will be capable of remembering where they've hidden their horcruxes)
  • People who want to transmit files across multiple channels to substantially reduce the ability for an attacker to intercept
  • People named Tom Riddle

FAQ

Q) This isn't really in line with how horcruxes work in the harry potter universe!

A) It's pretty close! You can't allow any one horcrux to be used to resurrect the original file (and why would you that would be useless) but you can allow two horcruxes to do it (so only off by one). Checkmate HP fans.

Q) How does this work?

A) This uses the (Shamir Secret Sharing Scheme)[https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing] to break an encryption key into parts that can be recombined to create the original key, but only requiring a certain threshold to do so. I've adapted Hashicorp's implementation from their (vault repo)[https://github.com/hashicorp/vault]

Alternatives

  • (ssss)[http://point-at-infinity.org/ssss/]. Works for keys but (as far as I know) not files themselves.
  • horcrux[https://github.com/kndyry/horcrux]. Looks like somebody beat me to both the name and concept, however this repo doesn't support thresholds of horcruxes

Core symbols most depended-on inside this repo

GetHeader
called by 16
pkg/commands/horcrux.go
add
called by 4
pkg/shamir/shamir.go
usage
called by 3
main.go
Prompt
called by 3
pkg/commands/utils.go
mult
called by 3
pkg/shamir/shamir.go
GetPath
called by 2
pkg/commands/horcrux.go
GetFile
called by 2
pkg/commands/horcrux.go
cryptoReader
called by 2
pkg/commands/utils.go

Shape

Function 24
Method 11
Struct 5
TypeAlias 1

Languages

Go100%

Modules by API surface

pkg/shamir/shamir.go9 symbols
pkg/commands/bind.go8 symbols
pkg/multiplexing/multiplexing.go7 symbols
pkg/commands/horcrux.go7 symbols
pkg/commands/split.go5 symbols
pkg/commands/utils.go3 symbols
main.go2 symbols

For agents

$ claude mcp add horcrux \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact