提取您的 ELECTRUM 钱包哈希

上传支持的钱包文件以提取哈希,用于通过 Hashcat 进行 Electrum 钱包密码恢复 — 兼容 electrum2john.py 和其他恢复工作流。

将钱包文件拖放到此处 或点击浏览 支持:Electrum 1.x/2.x/3.x/4.x/5.x 钱包

我的钱包文件在哪里?

__RECOVERED_COUNT__
已恢复的钱包哈希
__INVALID_COUNT__
检测到的无效钱包

自 2004 年起值得信赖 · 不存储数据 · 处理后立即删除文件

Electrum Hash
Waiting for upload


            
        

Electrum2John 指南

如果您搜索 electrum2john.py,您正在寻找一种提取 Electrum 钱包哈希以进行密码恢复的方法。本页面解释了该工作流程,并指向实时 Electrum 恢复表单。

  1. 打开 Electrum2John 表单。
  2. 上传支持的 Electrum 钱包文件。
  3. 复制提取的哈希。
  4. 继续使用 Hashcat 恢复工作流程。
  5. 使用恢复的密码在 Electrum 中解锁钱包。

下一步:运行 Hashcat

将提取的哈希保存到类似 electrum.txt 的文件中,安装 Hashcat,然后使用适合您钱包类型的正确 Electrum 模式在本地运行它。

  • -m 16600 for Electrum Wallet Salt-Type 1-3
  • -m 21700 for Electrum Wallet Salt-Type 4
  • -m 21800 for Electrum Wallet Salt-Type 5

下载 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

尝试用变体、常见密码和个人信息扩展您的字典。您还可以使用掩码攻击或规则生成更多候选密码。

.\hashcat.exe -m 16600 -a 3 .\electrum.txt ?a?a?a?a?a?a?a?a .\hashcat.exe -m 21700 -a 3 .\electrum.txt ?a?a?a?a?a?a?a?a .\hashcat.exe -m 21800 -a 3 .\electrum.txt ?a?a?a?a?a?a?a?a

如果 Hashcat 找到您的密码,请用它来打开 Electrum 钱包。如果没有,请尝试更大的字典或暴力破解攻击。

.\hashcat.exe -m 16600 .\electrum.txt --show .\hashcat.exe -m 21700 .\electrum.txt --show .\hashcat.exe -m 21800 .\electrum.txt --show

将提取的哈希保存到类似 electrum.txt 的文件中,安装 Hashcat,然后使用适合您钱包类型的正确 Electrum 模式在本地运行它。

sudo apt update sudo apt install hashcat printf '%s\n' '$electrum$...' > electrum.txt

使用与您的钱包匹配的 Electrum 模式运行字典攻击。

hashcat -m 16600 -a 0 electrum.txt wordlist.txt hashcat -m 21700 -a 0 electrum.txt wordlist.txt hashcat -m 21800 -a 0 electrum.txt wordlist.txt

For a mask-based attempt:

hashcat -m 16600 -a 3 electrum.txt ?a?a?a?a?a?a?a?a hashcat -m 21700 -a 3 electrum.txt ?a?a?a?a?a?a?a?a hashcat -m 21800 -a 3 electrum.txt ?a?a?a?a?a?a?a?a

To print recovered results:

hashcat -m 16600 electrum.txt --show hashcat -m 21700 electrum.txt --show hashcat -m 21800 electrum.txt --show

下载 Windows 二进制文件,解压它,在解压的文件夹中打开 PowerShell,并将提取的钱包哈希保存到 electrum.txt 中。选择与您 Electrum 钱包格式匹配的模式。

xcode-select --install /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" brew install hashcat printf '%s\n' '$electrum$...' > electrum.txt

使用与您的钱包匹配的 Electrum 模式运行字典攻击。

hashcat -m 16600 -a 0 electrum.txt wordlist.txt hashcat -m 21700 -a 0 electrum.txt wordlist.txt hashcat -m 21800 -a 0 electrum.txt wordlist.txt

If you want to try a mask pattern:

hashcat -m 16600 -a 3 electrum.txt ?a?a?a?a?a?a?a?a hashcat -m 21700 -a 3 electrum.txt ?a?a?a?a?a?a?a?a hashcat -m 21800 -a 3 electrum.txt ?a?a?a?a?a?a?a?a

To display recovered passwords:

hashcat -m 16600 electrum.txt --show hashcat -m 21700 electrum.txt --show hashcat -m 21800 electrum.txt --show

常见问题

我的钱包文件在哪里?

您的 Electrum 钱包文件通常位于:

  • Windows: %APPDATA%\Electrum\wallets\ — 按 Win+R,粘贴路径,然后按 Enter。
  • macOS: ~/.electrum/wallets/ — 打开 Finder,按 Cmd+Shift+G,粘贴路径。
  • Linux: ~/.electrum/wallets/ — 文件默认没有扩展名(以您的钱包名称命名)。

查找以您的钱包名称命名的文件(无扩展名)或 .default_wallet。如果您只有助记词而没有文件,此工具无法帮助您 — 您需要实际的钱包文件。

我的钱包文件安全吗?

是的。您的文件在内存中处理并立即删除。我们从不存储钱包文件。提取的哈希在没有密码的情况下无法用于访问资金。

密码恢复需要多长时间?

取决于密码复杂度和硬件。简单密码可能需要几分钟,复杂密码在消费级硬件上可能需要数天或更长时间。

如果 Hashcat 找不到我的密码怎么办?

尝试用变体、常见密码和个人信息扩展您的字典。您还可以使用掩码攻击或规则生成更多候选密码。

我可以分享此结果页面吗?

可以 — 此链接专为与恢复专家或在支持论坛上分享而设计。任何有链接的人都可以看到您的哈希,但您的资金是安全的:仅哈希无法访问您的钱包。只有原始钱包文件与密码结合才能花费资金。不再需要时请删除结果。

此页面存在的意义

此结果页面将一直可用,直到您删除它。您可以将其加入书签、与专家分享或在论坛上发布以寻求帮助。仅哈希无法访问您的钱包 — 只有密码可以。

密码恢复需要多长时间?

取决于密码复杂度和硬件。简单密码可能需要几分钟,复杂密码在消费级硬件上可能需要数天或更长时间。

我的钱包文件安全吗?

是的。您的文件在内存中处理并立即删除。我们从不存储钱包文件。提取的哈希在没有密码的情况下无法用于访问资金。

如果 Hashcat 找不到我的密码怎么办?

尝试用变体、常见密码和个人信息扩展您的字典。您还可以使用掩码攻击或规则生成更多候选密码。

我可以分享此结果页面吗?

可以 — 此链接专为与恢复专家或在支持论坛上分享而设计。任何有链接的人都可以看到您的哈希,但您的资金是安全的:仅哈希无法访问您的钱包。只有原始钱包文件与密码结合才能花费资金。不再需要时请删除结果。

Can I recover a 2FA-protected Electrum wallet?

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.

密码恢复需要多长时间?

是的。您的文件在内存中处理并立即删除。我们从不存储钱包文件。提取的哈希在没有密码的情况下无法用于访问资金。