Documentation
Examples
Common usage patterns for Seedx.
Seed Phrase Detection
Finds seed phrases in any file:
Detected formats:
- BIP39: 12, 15, 18, 21, 24 words
- Electrum seeds
- With or without checksums
Example found:
"abandon ability able about above absent
absorb abstract absurd abuse access accident"
Typo Correction
Automatically fixes common typos:
Input with typos:
"abondon abilty abel aboot"
Corrected to:
"abandon ability able about"
Works for all BIP39 words
Private Keys
Detects keys for all major chains:
Supported:
- Bitcoin (WIF, hex)
- Ethereum (hex)
- Solana (base58)
- And 20+ more chains
Also finds:
- Wallet files
- Keystore files
File Support
Scans various file types:
Archives: ZIP, RAR, 7z, TAR, GZ, BZ2, XZ, ZST
Documents: Word, Excel, PDF, RTF, HTML, XML
Images: PNG, JPG, GIF (with OCR)
Text: TXT, LOG, JSON, CSV
Binary: EXE, DLL (extracts encoded data)
Recursive scanning with nested
archive support