Fundamentals ·

Seed Phrase vs Private Key vs Mnemonic: ความแตกต่าง


สาม terms dominate ทุก cryptocurrency security discussion: seed phrase, private key และ mnemonic สิ่งเหล่านี้ related กันแต่ไม่ใช่ synonymous และการ confuse มันทำให้คนเสียเงินจริง คู่มือนี้วาดเส้นแบ่งชัดเจนระหว่างแต่ละ concept อธิบายว่าเชื่อมต่อกันอย่างไร และแสดงว่าเมื่อไหร่แต่ละอันสำคัญ

Seed Phrase คืออะไร?

Seed phrase (เรียกอีกว่า recovery phrase หรือ backup phrase) คือ list ของ 12 หรือ 24 คำที่ทำหน้าที่เป็น master backup สำหรับ cryptocurrency wallet สร้างตาม BIP39 standard

Seed phrase ไม่ใช่ key ในตัวมันเอง มันเป็นจุดเริ่มต้นที่ keys ทั้ง tree derive มา เมื่อเขียน 12 คำระหว่าง wallet setup คุณกำลัง record ข้อมูลเพียงพอที่จะ reconstruct ทุก account ที่ wallet จะ generate --- ข้ามทุก blockchain

12-word seed phrase ดูเป็นแบบนี้:

abandon ability able about above absent absorb abstract absurd abuse access accident

คำเหล่านี้ encode 128 bits entropy plus 4-bit checksum Wallet software convert mnemonic เป็น 512-bit binary seed ผ่าน PBKDF2 แล้ว generate master key ที่ branch เป็น child keys ตาม BIP32 และ BIP44 ดู BIP39 Explained

Key properties ของ seed phrase:

  • Generate unlimited number of private keys และ addresses
  • ทำงานข้าม multiple blockchains จาก single backup
  • Standardized format ที่ portable ระหว่าง wallets
  • Human-readable และ designed สำหรับ physical (offline) storage

Private Key คืออะไร?

Private key คือ single cryptographic number ที่ให้ direct control ต่อหนึ่ง specific blockchain account เป็น mathematical secret ที่ใช้ sign transactions

บน Bitcoin และ Ethereum private key คือ 256-bit number --- typically แสดงเป็น 64-character hexadecimal string:

e8f32e723decf4051aefac8e2c93c9c5b592f2b1f69b4a5f7e87e7b9e3c2a1d0

จาก private key public key derive ผ่าน elliptic curve multiplication (secp256k1 สำหรับ Bitcoin และ Ethereum, ed25519 สำหรับ Solana) Process เป็น one-directional

Key properties ของ private key:

  • ควบคุม exactly หนึ่ง account บนหนึ่ง blockchain
  • 256-bit number
  • ใช้ sign transactions และ prove ownership
  • ไม่ human-readable --- long hexadecimal string
  • สูญหาย = สูญเสีย access ถาวร

Generate ด้วย Bitcoin Private Key Generator หรือ Ethereum Private Key Generator ของ SafeSeed

Mnemonic vs Seed Phrase: เหมือนกันไหม?

Common usage --- ใช่ "mnemonic" และ "seed phrase" ใช้แทนกันได้ แต่ technically ใน BIP39 specification refer ถึงสิ่งที่ต่างกันเล็กน้อย

Mnemonic คือ ordered list of words --- human-readable encoding ของ entropy plus checksum

Seed (หรือ "binary seed") คือ 512-bit output จาก PBKDF2 function

Precise chain:

Entropy (128 หรือ 256 bits)
    ↓ BIP39 encoding
Mnemonic (12 หรือ 24 คำ)
    ↓ PBKDF2 (+ optional passphrase)
Seed (512 bits)
    ↓ BIP32 derivation
Master Private Key + Chain Code
    ↓ BIP44 derivation paths
Child Private Keys → Public Keys → Addresses

สำหรับการใช้ทุกวัน treat "mnemonic" กับ "seed phrase" เป็น synonyms ได้

HD Wallets: One Seed, Many Keys

HD wallets --- Hierarchical Deterministic wallets ตาม BIP32 --- ทำให้เห็นความสัมพันธ์ระหว่าง seed phrases กับ private keys ชัดเจน

HD wallet เริ่มจาก single seed และใช้ tree-like structure derive unlimited number of key pairs แต่ละ branch define ด้วย derivation path

Seed phrase คือ root ของ tree ทั้งหมด รู้ 12 คำ = regenerate ทุก branch, key และ address ได้ Private key ในทางตรงกันข้ามเป็น single leaf ของ tree

Property Seed Phrase Private Key
Scope Entire wallet (ทุก chains, accounts) หนึ่ง account บนหนึ่ง chain
Format 12 หรือ 24 English words 64-character hex string
Standard BIP39 Chain-specific (secp256k1, ed25519)
Backup เขียนครั้งเดียว ครอบคลุมทั้งหมด ต้อง backup แต่ละ key
Portability ทำงานใน BIP39-compatible wallet ใดก็ได้ เฉพาะ blockchain นั้น
Expose แล้ว Risk ทุก funds ข้ามทุก accounts compromised เฉพาะ account นั้น

ดู HD Wallets and Derivation Paths Explained สำหรับรายละเอียด

เมื่อไหร่ใช้อะไร

ใช้ Seed phrase เมื่อ:

Set up wallet ใหม่ BIP39 seed phrase เขียนลง, verify, เก็บอย่างปลอดภัย ดู Cold Storage Guide 2026

Migrate ไป wallet app ใหม่ Import seed phrase New wallet จะ regenerate ทุก accounts

สร้าง complete backup Seed phrase ครอบคลุม Bitcoin, Ethereum และ EVM chains ทั้งหมด

Recover หลัง device สูญหาย

ใช้ Private key เมื่อ:

Import single account เข้า secondary wallet โดยไม่ให้ access ทั้ง seed

ทำงานกับ smart contracts หรือ scripts

Manage standalone account บาง wallets เก่า generate accounts โดยไม่มี BIP39

Reduce risk surface

อย่าทำสิ่งนี้:

อย่า type seed phrase ลงเว็บไซต์ที่ขอ Legitimate wallets ไม่เคย request seed phrase ผ่าน web form ดู Common Crypto Scams Targeting Seed Phrases

อย่า store plain text บน connected device Screenshots, notes apps, cloud storage ล้วนเป็น attack surfaces ดู Private Key Security Best Practices

อย่า confuse ตอน import Wallet import screens มี options แยกสำหรับ seed phrase กับ private key

SafeSeed Tools สำหรับทั้งคู่

SafeSeed ให้ free, open-source tools สำหรับ generate และทำงานกับทั้ง seed phrases และ private keys ทุก tool รัน client-side ใน browser

Seed phrases: Bitcoin Seed Phrase Generator, Ethereum Seed Phrase Generator หรือ Solana Seed Phrase Generator

Private keys: Bitcoin Private Key Generator หรือ Ethereum Private Key Generator

Address verification: Bitcoin Address Validator, Ethereum Address Validator หรือ Solana Address Validator

สำหรับ maximum security generate keys บน air-gapped device ดู Generate Bitcoin Seed Offline และ Generate Ethereum Wallet Offline

ความแตกต่างระหว่าง seed phrase กับ private key เป็นหนึ่งใน concepts ที่สำคัญที่สุดใน cryptocurrency self-custody Seed phrase คือ master key สำหรับทุกอย่าง Private key คือ key สำหรับหนึ่งห้อง ทั้งคู่ต้องการ absolute protection แต่การรู้ว่ากำลัง handle อันไหน --- และทำไม --- นี่คือสิ่งที่แยก informed self-custody จาก security incident