A rust port of horcrux.
Split a file into encrypted shards, no password required - secrecy preserved.
Horcrust only has 2 commands split and bind.
sh
horcrust split classified.txt --shards 4 --threshold 2
The split command supports pipes!
sh
cat ../files/classified.txt | horcrust split --shards 4 --threshold 2
sh
horcrust bind ../secrets
Build from source
sh
cargo build --release
sudo mv ./target/release/horcrust ~/usr/local/bin