Improved Shamir Secret Sharing feature
This commit is contained in:
parent
fd7da45d10
commit
3c3bec5a5e
9 changed files with 201 additions and 119 deletions
|
@ -1,5 +1,8 @@
|
|||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
rounds=3
|
||||
|
||||
positional=()
|
||||
|
@ -52,7 +55,7 @@ waitForUsbThumbDrive () {
|
|||
|
||||
waitForUsbThumbDrive
|
||||
|
||||
printf "$bold$red%s$normal\n" "Secure erase USB flash drive? (y or n)? "
|
||||
printf "$bold$red%s$normal\n" "Secure erase USB flash drive (y or n)?"
|
||||
|
||||
read -r answer
|
||||
if [ "$answer" = "y" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue