@anon
sign up
@anon
sign up
pull down to refresh
33 sats
\
0 replies
\
@optimism
4h
\
parent
\
on: Seedphrase in Bitcoin Core
bitcoin_beginners
Correct.
BIP-39
is a convenience protocol. And it's been
"discouraged for implementation"
(
because this
) which is why it's not in Bitcoin Core.
However, one cannot get rid of
BIP-39
even if it's as horrible as cryptographers think it is because after the
PBKDF2_SHA512(mnemonic_seed)
you cannot reverse it... so it's here to stay no matter what, in lieu of a better standard.
write
preview
reply
10 sats
BIP-39is a convenience protocol. And it's been "discouraged for implementation" (because this) which is why it's not in Bitcoin Core.BIP-39even if it's as horrible as cryptographers think it is because after thePBKDF2_SHA512(mnemonic_seed)you cannot reverse it... so it's here to stay no matter what, in lieu of a better standard.