COLDCARD RNG incident the public record, collected and explained
Informational only, and this site never asks for your seed words. details

Informational only. This is an open source collection of what others have published about the incident, together with an explanation of it. It is not financial, security or legal advice, and not a substitute for professional advice about your own situation. It is not affiliated with, endorsed by, or speaking for Coinkite. Material is attributed and quoted as published; where sources disagree their scenarios are kept separate with their assumptions rather than reconciled into one answer. Everything is meant to be checked against the linked evidence rather than taken on trust. Act on your own judgement about a particular situation. Editorial standards and corrections.

Do not disclose recovery material to a website, form, message or support account. This site never asks for it, and contributions containing recovery words or private keys are not accepted.

r/Bitcoin: the case against using passphrases

reddit-case-against-passphrases

https://www.reddit.com/r/Bitcoin/comments/1vm56ou/the_case_against_passphrases/

Latest reviewed change

source content difference between and

A comment by SmokeAndSkate agreeing with the original post was removed from the thread.

seen +0 -8 full history below
 \>I have no clue what you said, and for that, Bitcoin will never be mainstream.
 
 That was the reason I mentioned ssl. At some point you don't need to understand a technology to use it.
-
-comment: p3di0en
-parent: t3_1vm56ou
-author: SmokeAndSkate
-created_utc: 1786591517

First lines only. The complete diff is in the timeline below.

Organisation
reddit
Evidence role
Community discussion
Published
not established
Source changes
1
Detected differences
1
Unreviewed
0
Copies held
2

Every check is recorded, including checks that found no text change. A detected edit is therefore bounded between two checks. The publisher's exact save time is not observable from this record. Last checked .

  1. source content difference between and Current source content +0 -8

    A comment by SmokeAndSkate agreeing with the original post was removed from the thread.

    seen · Captured here 22,919 chars
    What changed from the previous capture 8 lines
     \>I have no clue what you said, and for that, Bitcoin will never be mainstream.
     
     That was the reason I mentioned ssl. At some point you don't need to understand a technology to use it.
    -
    -comment: p3di0en
    -parent: t3_1vm56ou
    -author: SmokeAndSkate
    -created_utc: 1786591517
    -edited: false
    -body:
    -You make some really great points tbh. I’ve been thinking a lot of the same thoughts. 
    
    Extracted text as captured
    post: 1vm56ou
    author: PoeCollector
    created_utc: 1786512696
    title: The case AGAINST passphrases
    body:
    It's become dogma that everyone should use a passphrase and only an idiot would leave their coins "unprotected" by a passphrase. I do not recommend them. In fact, I think they do more harm than good by adding tedium, luring people into an overconfident sense of security, and worst of all causing people to lose funds from typos and forgetfulness. It is more convenient yet equally secure to have a 24-word seed with verifiable entropy and no additional layers.
    
    ## Passphrase Advantages Refuted
    > "I'm adding entropy."
    
    Bitcoin private keys themselves are 256-bit, which equals 24 words, so you cannot make it harder to crack by adding a 25th word and beyond. Long passphrases did save some people in the coldcard incident. But if you are not confident in your seed phrase, making your own with dice is a much better solution.
    
    > "I keep my passphrase separate from my seed."
    
    You have essentially created a 2-of-2 key. This is no better than storing words 1-12 in one place and words 13-24 in another. In fact, it's less secure unless your passphrase has at least 128 bits of entropy. These moves also increase your risk of losing access. If you really want separate keys, consider 2-of-3 multisig instead, which can survive the loss of 1 key.
    
    > "I use the passphrase-less wallet as an early warning system."
    
    A 24-word seed cannot be cracked. If someone has your seed, either they have your passphrase too, or you were better off splitting the seed (see above).
    
    > "I just like having multiple wallets and only one seed to remember."
    
    BIP-85 is a superior method, because the child wallets don't compromise the security of the main wallet.
    
    > "What about wrench attacks? My passphrase hides my real funds behind a decoy wallet."
    
    My favorite: your dark fantasy where you lie to some psychopath who has you tied to a chair and he believes you. First, this whole scenario is incredibly rare. Second, if you're going to lie, there are endless ways to do so without complicating your own access to your coins. Third, there is no easy answer to a situation where someone is torturing you or threatening your family. Fight back, lie, or pay up -- those are your options and a passphrase won't change that.
    
    > "What if my hardware wallet has malicious firmware?"
    
    It would probably just export the XPRV directly, not caring whether a passphrase was part of its generation process.
    
    comment: p36pfpc
    parent: t3_1vm56ou
    author: Brandonva804
    created_utc: 1786513108
    edited: false
    body:
    Anyone making a passphrase who doesn’t do the extra steps to assure they don’t lock themselves out of Crypto are idiots. Here’s how you can be safe so you don’t lock your self out of your own wallet. It’s gone cost you $$$
    

    Excerpt only. The complete copy is held offline and backs quotations on this site. The original publication remains the canonical public source.

  2. Earliest copy held
    seen · Captured here 23,109 chars
    Extracted text as captured
    post: 1vm56ou
    author: PoeCollector
    created_utc: 1786512696
    title: The case AGAINST passphrases
    body:
    It's become dogma that everyone should use a passphrase and only an idiot would leave their coins "unprotected" by a passphrase. I do not recommend them. In fact, I think they do more harm than good by adding tedium, luring people into an overconfident sense of security, and worst of all causing people to lose funds from typos and forgetfulness. It is more convenient yet equally secure to have a 24-word seed with verifiable entropy and no additional layers.
    
    ## Passphrase Advantages Refuted
    > "I'm adding entropy."
    
    Bitcoin private keys themselves are 256-bit, which equals 24 words, so you cannot make it harder to crack by adding a 25th word and beyond. Long passphrases did save some people in the coldcard incident. But if you are not confident in your seed phrase, making your own with dice is a much better solution.
    
    > "I keep my passphrase separate from my seed."
    
    You have essentially created a 2-of-2 key. This is no better than storing words 1-12 in one place and words 13-24 in another. In fact, it's less secure unless your passphrase has at least 128 bits of entropy. These moves also increase your risk of losing access. If you really want separate keys, consider 2-of-3 multisig instead, which can survive the loss of 1 key.
    
    > "I use the passphrase-less wallet as an early warning system."
    
    A 24-word seed cannot be cracked. If someone has your seed, either they have your passphrase too, or you were better off splitting the seed (see above).
    
    > "I just like having multiple wallets and only one seed to remember."
    
    BIP-85 is a superior method, because the child wallets don't compromise the security of the main wallet.
    
    > "What about wrench attacks? My passphrase hides my real funds behind a decoy wallet."
    
    My favorite: your dark fantasy where you lie to some psychopath who has you tied to a chair and he believes you. First, this whole scenario is incredibly rare. Second, if you're going to lie, there are endless ways to do so without complicating your own access to your coins. Third, there is no easy answer to a situation where someone is torturing you or threatening your family. Fight back, lie, or pay up -- those are your options and a passphrase won't change that.
    
    > "What if my hardware wallet has malicious firmware?"
    
    It would probably just export the XPRV directly, not caring whether a passphrase was part of its generation process.
    
    comment: p36pfpc
    parent: t3_1vm56ou
    author: Brandonva804
    created_utc: 1786513108
    edited: false
    body:
    Anyone making a passphrase who doesn’t do the extra steps to assure they don’t lock themselves out of Crypto are idiots. Here’s how you can be safe so you don’t lock your self out of your own wallet. It’s gone cost you $$$
    

    Excerpt only. The complete copy is held offline and backs quotations on this site. The original publication remains the canonical public source.

How to check this yourself

The excerpts and plain unified diffs above show the text this project held and how it changed. To verify a quotation, compare it against the page itself or against the Internet Archive's copies, which are independent of this project.

Complete captures are held offline rather than mirrored here, so this page shows diffs and excerpts. If a quotation is ever disputed, the full copy can be produced. Ask.