A rust port of [horcrux](https://github.com/jesseduffield/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
```sh
horcrust bind ../secrets
```
Build from source
```sh
cargo build --release
sudo mv ./target/release/horcrust ~/usr/local/bin
```