-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c68380
commit aebe661
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ helptext_show () { | |
printf "Use input keys to decrypt and output a key. Or, equivalently, encrypt an input key with another one and output two complementary encryption keys in BIP39 format.\n\n" | ||
printf "$ bash BIP39-XOR.bash --auto-input\n" | ||
printf "Generate input BIP-39 twelve codewords randomly and output two complementary encryption keys encoded in BIP39 codewords.\n\n" | ||
echo "This is the 4.0.0 version. Release date: 20231011T131300Z. Author: Greg Tonoski <[email protected]>." | ||
echo "This is the 4.1.0 version. Release date: 20231011T134900Z. Author: Greg Tonoski <[email protected]>." | ||
} | ||
|
||
declare INPUT_CODEWORDS_ARRAY1="" | ||
|