-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
A CLI tool enables end-users and developers to quickly split and recover secrets without writing Rust code.
Approach
- Create a
ssskit-clicrate within the workspace. - Use clap or argh for argument parsing.
- Commands:
split --threshold 3 --shares 5 --input secret.txt --out-dir shares/recover --input shares/ --output secret.txtreshare --input shares/ --outputs new_shares/
- Support base64/hex encoding and
--jsonoutput. - Integrate serialization module
Metadata
Metadata
Assignees
Labels
No labels