Hacker News new | ask | show | jobs
by mhluongo 1435 days ago
New seed phrases are typically 12-24 randomly generated words, not user provided... and when you need to "change a password" in a crypto wallet, you can generate a new private key and move funds.

Check out BIP-39 [0] for more details.

[0] - https://github.com/bitcoin/bips/blob/master/bip-0039.mediawi...