Seedx
Advanced seed-phrase parser that surfaces hidden insights from huge datasets — even in complex formats.
Overview
Seedx is a high-performance tool for extracting cryptocurrency seed phrases and private keys from various file formats. It can scan entire directories, process archives, and extract text from images using built-in OCR.
Key Features
- Multi-format Support: Text, PDF, Word, Excel, images, and archives
- Smart Detection: Typo correction and pattern recognition
- Archive Processing: Recursive extraction up to 3 levels deep
- AI Image Analysis: Extract seed phrases from screenshots and photos
- Parallel Processing: Multi-threaded scanning for speed
What Seedx Finds
Seed Phrases
- BIP39 mnemonic phrases (12, 15, 18, 21, or 24 words)
- Multiple language support for international seed phrases
- Smart typo correction for misspelled words
Private Keys
Seedx supports private key detection from all major blockchains:
- Bitcoin (BTC) and forks: BCH, BSV, BTG
- Ethereum (ETH) and EVM chains: BSC, Polygon, Arbitrum, Avalanche, Fantom
- Altcoins: Litecoin, Dogecoin, Dash, Solana, VeChain
- Key Formats:
- Hexadecimal (raw and 0x-prefixed)
- WIF (Wallet Import Format) - compressed & uncompressed
- Extended keys (xprv, yprv, zprv)
- Solana base58 and byte arrays
- Validation: Cryptographic verification for 93%+ detection accuracy
Other Secrets
- API keys from various services
- Authentication tokens and session keys
- Access credentials and sensitive data
Quick Start
- Launch Seedx from the Quantium launcher
- Select source directory to scan
- Configure detection options
- Start scanning
Output
Seedx creates organized output files for easy processing:
output_dir/
├── seeds.txt # Found seed phrases
├── private_keys.txt # Cryptocurrency keys
├── other_secrets.txt # API keys & tokens
└── csv/
├── seeds.csv # CSV with source locations
├── private_keys.csv
└── other_secrets.csv
Pro Tip: CSV files include source file paths for tracking where each item was found!