Creates a wordlist for bruteforce password recovery
This cli command was created for hdkeys_recover but could be used otherwise hence the reason it is seperate.
Wordlist will create a password list from provided words by combining them in every which way possible.
HDKEYS_TARGET_KEY is a public key you know belongs to this account.
HDKEYS_PASSWORD_WORDS_SEPERATOR is a key you may have added between words. For example if your seperator is @ and your words are "one two six"
it will create passwords like one@twosix onetwo@six etc.
HDKEYS_PASSWORD_MAX_LENGTH_WORDS is to specify maximum number of words to combine
from your words.txt list to create a password 2 will create oneTwo, One@two, onesix one@six etc.
First Created: 2026-04-23 14:01:45
Last Modified: 2026-04-23 19:05