Horcrust
Horcrust is a command-line-tool which splits a file into encrypted shards for safekeeping. As long as the specified threshold is met, a user can resurrect their original file at any time - no password necessary.
This project is a Rust implementation of the original horcrux
Usage
Horcrust only has 2 commands split and bind.
Splitting
The split command supports standard input!
|
You can specify where the shards can be placed using the optional directory argument
Binding When you're ready to recover your secret do the following.
Installation
Homebrew
Chocolatey
choco install horcrust
Crates
cargo install horcrust
Install directly
-
Download latest release for your system.
-
Unpack the compressed archive into your bin folder
Testing
cargo clippy
cargo test -- --test-threads=1