BIP39 Recovery Tool

Find Where Your Seed Phrase Was Stored — Before You Give Up

BIP-39 Recovery Tool is a Windows application that scans files
and raw disk sectors for BIP39 seed words. If your seed phrase was ever written
to a drive — in a text file, a notes app, a browser export, a wallet backup, or
anywhere else — the bytes are still on that drive somewhere, even if the file
was deleted. This tool finds them.

It does one thing and does it well: systematically narrows a 1TB drive down to a
short list of files and disk sectors worth a human look, in a fraction of the
time it would take to open hundreds of files manually.

What It Scans

  • Files and directories — scans .txt, .ini, and text-like
    files recursively through any folder; copies matched files to your output
    directory with a CSV report
  • Raw disk sectors — reads every byte of a drive using the
    Windows raw device API, including unallocated space and space from deleted
    files; produces a block-by-block progress grid and saves partial results if
    you stop early

What It Does Not Do

  • Does not brute-force or guess missing words
  • Does not connect to any blockchain or network
  • Does not recover wallets directly
  • Does not guarantee you’ll find anything — recovery depends on whether the
    data is still present on your drive

The BIP39 wordlist is plain English. Expect false positives — ordinary text
files will match several words. A genuine seed phrase will stand out as a
sequence of unrelated short words with no sentence structure around them. The
tool narrows the search down; you do the final verification.

Raw Disk Scanning — How It Works

The tool reads every sector on a drive in 1MB blocks using the Windows
CreateFileW/ReadFile API against the physical device
path. This finds data that has been deleted, emptied from the Recycle Bin, or
that was never in a file at all. It requires Administrator privileges and is
blocked by design from running on C:/ to avoid an unusable flood of false
positives from system files.

On SSDs, recovery may not be possible depending on TRIM and wear-leveling
behavior. On spinning hard drives, recovery is more likely if the drive has not
been heavily used since deletion.

Privacy

  • No telemetry — the application does not collect, log, or transmit file
    paths, scan results, or any content from your drive
  • All scanning is local — nothing from your files or disk is sent anywhere
  • The only outbound connection is license activation: key + machine ID
  • For maximum safety, activate your license while connected, then disconnect
    from the internet before scanning

Why No Code Signing Certificate?

The binary is not signed with a commercial certificate. Windows SmartScreen will
show a warning — click “More info” then “Run
anyway”
. If you’re not comfortable with that, the full source is
published on GitHub and the build process is straightforward. Building from
source gives you a binary you compiled yourself from code you can read.

SHA-256 checksums are published with every release. Verify before running.

For this audience, open source + offline + local-only + published checksum is a
stronger trust signal than a cert from a vendor you’ve never heard of.

System Requirements

  • Windows 10 (1809 or later) or Windows 11
  • 4GB RAM minimum
  • Administrator rights for raw disk scanning (file scanning does not require
    this)
  • No external dependencies — Qt runtime is bundled

Licensing

$49 — one-time purchase. No subscription, no recurring fees. A
license key is tied to your machine and validated at startup. All scanning is
done locally — your files and scan results never leave your machine.

There is no trial period. If the phrase is not on the drive you scan, the tool
cannot find it — that is a function of what’s on your drive, not the tool. Read
the false positives and SSD notes above before purchasing.

mmediasoftwarelab.com |
Source on GitHub |
SHA-256: 756794D38EB089BD4C7C26F389E1D50F91F44F834879BE87B90A1A81B4C4265E


$49.99

Perpetual Single-Desktop License

🔒 SSL Secure
💳 Stripe
💙 PayPal
Money-Back Guarantee
Tracking Scripts
Telemetry Services
Anonymous Statistics
Your Privacy

No Bloat. No Spyware. No Nonsense.

Modern software has become surveillance dressed as convenience. Every click tracked, every behavior analyzed, every action monetized. M Media software doesn't play that game.

Our apps don't phone home, don't collect telemetry, and don't require accounts for features that should work offline. No analytics dashboards measuring your "engagement." No A/B tests optimizing how long you stay trapped in the interface.

We build tools, not attention traps.

The code does what it says on the tin — nothing more, nothing less. No hidden services running in the background. No dependencies on third-party APIs that might disappear tomorrow. No frameworks that require 500MB of node_modules to display a button.

Your data stays on your device
No "anonymous" usage statistics
Minimal dependencies, fewer risks
Respects CPU, RAM, and battery
// real.developer.js
const approach = {
investors: false,
buzzwords: false,
actualUse: true,
problems: ['real', 'solved']
};
// Ship it.

Built by People Who Actually Use the Software

M Media software isn't venture-funded, trend-chasing, or built to look good in pitch decks. It's built by developers who run their own servers, ship their own products, and rely on these tools every day.

That means fewer abstractions, fewer dependencies, and fewer "coming soon" promises. Our software exists because we needed it to exist — to automate real work, solve real problems, and keep systems running without babysitting.

We build software the way it used to be built: practical, durable, and accountable. If a feature doesn't save time, reduce friction, or make something more reliable, it doesn't ship.

Every feature solves a problem we actually had
No investor timelines forcing half-baked releases
Updates add value, not just version numbers
Documentation written by people who got stuck first

This is software designed to stay installed — not be replaced next quarter.