pull down to refresh

Doesn't matter. Everyone with a Claude subscription can reproduce it now. Move funds.

Just to be clear, if a user 'mixed in' 100 dice rolls into the coldcard's RNG... they're OK right?

I don't use single-sig for much just a couple sats but I'm not in the position to move them lol

reply

100 dice rolls is about 258 bits of entropy, so yes. I checked how it's applied and that looks ok (it does a stream of ascii 1-6 to update() through sha256, one byte of ~2.6 bits entropy each roll)

reply

That's what I'm hearing yes that's safe...if you rolled enough and/or had a strong passphrase you are okay.

reply

maybe so, but jeez. do you stay with any coldcard after this, if it's true that it's a device vulnerability. or is any RNG at risk? i remember how "safe" i felt after learning how big a 256 bit number was, hope that's still the case.

reply

This was a firmware vulnerability, not hardware. Using the dice and the BIP-39 passphrase isn't a luxury. RNGs are often weak, also - and especially - the on-chip hardware ones on small devices.

A good set of dice always beats a hardware RNG, unless maybe when you've got a SiPM.

reply