πŸ”
bloXsafe
  • πŸ•ΈοΈWelcome to bloXbook
  • πŸ“šKnowledge Base
    • 🌏Understanding Blockchain
      • What is a Blockchain?
      • What is a blockchain address?
    • πŸ—οΈUnderstanding Private & Public Keys
      • What is a private key
      • What is a public key?
      • How are Private and Public keys generated?
      • Seed Phrases
        • What is a Seed Phrase?
        • Why to use Seed Phrases
        • How a Seed Phrase works?
        • Types of Seed Phrases
        • The BIP39 Standard
        • Types of Backup
      • Can someone guess my keys?
      • What if I lose my Private Keys or Seed Phrase?
      • What if I lose my public key?
    • 🌱Understanding Send & Receive processes
      • Basic Concept
      • Detailed but Simplified
    • πŸ’°Understanding Wallets
      • What is a Crypto Wallet?
      • Cold vs Hot Wallets
      • Categories of Wallets
      • Why not to use a Hot Wallet?
      • What is a Hardware Wallet?
        • Why Trezor?
        • BitBox02
      • Multi-Sig(nature) Wallets
    • 🧾Understanding Decentralisation & Blockchains.
      • What is Decentralisation in the Blockchain era?
      • Decentralized Network
      • Censorship Resistance and Security
      • Consensus Mechanisms
      • Immutable Ledger
      • Decentralized Applications (dApps)
      • Pros and Cons of a decentralised Blockchain network
      • Pros and Cons of a centralised Blockchain network
      • Hybrid Blockchain Networks
        • Pros and Cons of a hybrid Blockchain network
    • 🧭Understanding Decentralized Autonomous Organizations (DAOs)
    • βš™οΈUnderstanding Decentralised Applications (DApps)?
    • πŸ“”Understanding Smart Contracts
      • Risk associated to Smart Contracts
    • πŸ”What is a Blockchain explorer?
  • πŸ’±Understanding Centralised Exchanges (CEX)
    • Why it's not the best place to be?
    • Mitigating the risk of CEXs
    • Why Proof of Reserves says nothing
    • Key ellement of CEXs
  • πŸ’±Understanding Decentralised Exchanges (DEX)
    • What is a DEX
    • Types of DEXs
    • Risk involved using DEXs
  • Understanding coins & tokens
    • Understanding ERC, BRC, TRC, etc
  • πŸ’²Understanding Stablecoins
    • What is a Stablecoin?
    • Main types of Stablecoins
    • What is the risk involved in stablecoins?
    • Mitigating the risk of stablecoins
  • Understanding DeFi
    • Understanding liquidity pools
    • Understanding lending & borrowing protocols
    • Understanding yield farming
    • Understanding oracles
    • Understanding slippage
    • Understanding how DEXs work
      • Understanding AMMs
      • Understanding order book
      • Understanding aggregators
    • Risk involved using DeFi DAPPs
  • πŸ„β€β™€οΈStaying Safe
    • Safety
    • Security
    • Privacy
  • Recommendations
    • Recommended Practises
      • First thing to do after you setup your wallet
      • Using VPN Kill Switch
      • Software Updates
    • Recommended Software
      • Wallet Clients
        • Frame Wallet
        • Trezor Suite
        • Metamask
      • Password Managers & 2FA clients
        • Bitwarden
        • KeePass2.x
      • OS
        • Arch Linux
        • Windows without the Bloatware
    • Recommended Services
      • DNS Services
        • Quad9 DNS
        • Mullvad DNS
      • VPN Services
        • Proton VPN
        • Mullvad VPN
      • Mail Sevices
        • Protonmail
        • Tutanota
    • Recommended Hardware
      • Trezor hardware wallet
      • VPN compatible routers
  • How to
    • Transfer funds
    • Trade on DEX
    • Check my balance
  • πŸ‘©β€πŸš€Common Misconceptions
    • Where my coins are stored?
    • Are all Blockchains decentralised?
    • Crypto is a scam
  • ⁉️Answering the most common questions
    • What is FIAT money?
    • What is a commodity?
    • What is blockchain and why is it important?
    • What is Bitcoin and how does it work?
    • How do I buy Bitcoin?
    • Is Bitcoin the only cryptocurrency?
    • What is a wallet and how do I get one?
    • How do I keep my cryptocurrency safe?
    • Can I make money with cryptocurrency?
    • How do I sell cryptocurrency and convert it back to cash?
    • Are there any risks associated with cryptocurrencies?
    • What are altcoins and how do they differ from Bitcoin?
    • How can I learn more about cryptocurrency and blockchain technology?
    • My wallet shows 0 balance! Are my funds lost?
    • What is the KISS concept?
      • Professional Context
Powered by GitBook
On this page

Was this helpful?

  1. Knowledge Base
  2. Understanding Private & Public Keys
  3. Seed Phrases

Types of Seed Phrases

PreviousHow a Seed Phrase works?NextThe BIP39 Standard

Last updated 1 year ago

Was this helpful?

Seed phrases in the space of cryptocurrencies come in three main types: 12, 18, and 24 words. Each word in the phrase is selected from a list () of 2048 different words. Here’s a bit more about each:

  1. 12-Word Seed Phrases: This is the most common type of seed phrases. They offer pretty good security and is used by many wallets.

  2. 18-Word Seed Phrases: This type provides a higher level of security than 12-word seed phrases. They are are used by some wallets for added security.

  3. 24-Word Seed Phrases: This type currently offers the highest level of security. They are usually used by hardware wallets.

The length of the seed phrase directly correlates with the level of security it provides. 12-word seed phrases offer a good level of protection and will be safe for at least the next few years. Longer phrases, like 24-words long, will be safe for the next 20-50 years. However, it also becomes harder to remember and manage. So, it’s important to keep your seed phrase safe and secure!

An extra password, also known as a passphrase, can be added to the seed phrase for additional security. This passphrase acts as a 13th or 25th word and adds an extra layer of encryption to your wallet. It protects your seed phrase from physical attacks and makes it harder for someone to access your wallet.

πŸ“š
πŸ—οΈ
BIP39