Windows バイナリをダウンロードして展開し、展開したフォルダーで PowerShell を開き、抽出したウォレットハッシュを electrum.txt に保存します。Electrum ウォレット形式に一致するモードを選択してください。
1. Download Hashcat:
https://hashcat.net/files/hashcat-7.1.2.7z
2. Extract the archive with 7-Zip.
3. Put your extracted wallet hash into:
electrum.txt
4. Put your wordlist in the same folder, for example:
wordlist.txt
ウォレットに一致する Electrum モードで辞書攻撃を実行します。
.\hashcat.exe -m 16600 -a 0 .\electrum.txt .\wordlist.txt
.\hashcat.exe -m 21700 -a 0 .\electrum.txt .\wordlist.txt
.\hashcat.exe -m 21800 -a 0 .\electrum.txt .\wordlist.txt
Yes. If your Electrum wallet uses two-factor authentication (2FA) and you have forgotten the password, you can still extract the wallet hash using this tool. The extracted hash can then be used with Hashcat to attempt password recovery. Note: 2FA recovery requires the wallet file — the seed phrase alone is not sufficient for hash extraction.
Can this tool decrypt my Electrum wallet?
This tool does not decrypt wallets directly. It extracts the wallet hash, which is the necessary first step for any decryption or password recovery workflow. Once you have the hash, you can use Hashcat or similar tools to attempt to recover the password, which then allows you to decrypt and access the wallet.