Improved encrypted paper backup guide

Added secret confirmation, BIP39 test and word split features
This commit is contained in:
Sun Knudsen 2021-02-25 14:03:38 -05:00
parent 838469b946
commit 04419bc75b
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
9 changed files with 2147 additions and 8 deletions

2
how-to-create-encrypted-paper-backup/qr-clone.sh Normal file → Executable file
View file

@ -8,4 +8,4 @@ printf "%s\n" "Restoring…"
if [ -n "$secret" ]; then
printf "%s\n" "Backing up…"
. qr-backup.sh
fi
fi