aboutsummaryrefslogtreecommitdiffstats
path: root/split-passphrase
diff options
context:
space:
mode:
Diffstat (limited to 'split-passphrase')
-rwxr-xr-xsplit-passphrase6
1 files changed, 0 insertions, 6 deletions
diff --git a/split-passphrase b/split-passphrase
index 701e4ae..aff425e 100755
--- a/split-passphrase
+++ b/split-passphrase
@@ -2,12 +2,6 @@
. ./config
-ssplit="./bin/ssss-split"
-scombine="./bin/sss-combine"
-partsdir="$PRIVDIR/parts"
-nb_threshold=3
-nb_shares=6
-
mkdir -p "$partsdir"
$ssplit -x -t $nb_threshold -n $nb_shares < "$passphrase" > "$partsdir/all"