<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: M Media</title>
    <description>The latest articles on DEV Community by M Media (@mmediasoftwarelab).</description>
    <link>https://dev.to/mmediasoftwarelab</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3859935%2F5c1536c0-c586-4e27-986b-c46065d92539.png</url>
      <title>DEV Community: M Media</title>
      <link>https://dev.to/mmediasoftwarelab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mmediasoftwarelab"/>
    <language>en</language>
    <item>
      <title>I built a BIP-39 seed phrase scanner that reads raw disk sectors - and just open-sourced the engine</title>
      <dc:creator>M Media</dc:creator>
      <pubDate>Fri, 03 Apr 2026 18:51:18 +0000</pubDate>
      <link>https://dev.to/mmediasoftwarelab/i-built-a-bip-39-seed-phrase-scanner-that-reads-raw-disk-sectors-and-just-open-sourced-the-engine-1jlf</link>
      <guid>https://dev.to/mmediasoftwarelab/i-built-a-bip-39-seed-phrase-scanner-that-reads-raw-disk-sectors-and-just-open-sourced-the-engine-1jlf</guid>
      <description>&lt;p&gt;A friend of mine lost his wallet somewhere in an ocean of working and non-working drives. I built this initially to help him rule out, at the very least, where it &lt;em&gt;wasn't&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;The tool reads every raw byte of a physical disk at the sector level - not just the file system. It runs a sliding-window BIP-39 sequence extractor across every 1MB block and validates every candidate phrase against the full BIP-39 checksum spec. False-positive rate for random word sequences: 1 in 256. When it returns a match, it is cryptographically verified, not just a word count.&lt;/p&gt;

&lt;p&gt;Zero network calls. Zero telemetry. Your words never leave the machine. You can verify that yourself with grep in about 30 seconds.&lt;/p&gt;

&lt;p&gt;The commercial tool is a Windows app, but the core engine - LowLevelScanner, BIP39Checksum, Bip39Sequence - is now MIT on GitHub. Real code, not a demo. Same routines that run in the product.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/mmediasoftwarelab/BIP39RecoveryTool-public" rel="noopener noreferrer"&gt;https://github.com/mmediasoftwarelab/BIP39RecoveryTool-public&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Published for transparency - if you're running recovery software on a machine that might have held a seed phrase, you should be able to read every line of code that touches your data.&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the implementation.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>opensource</category>
      <category>security</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
