<html><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px"><div id="yiv7197762186"><div id="yui_3_16_0_1_1426122660566_43474" style="color: rgb(0, 0, 0); font-family: Helvetica Neue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif; font-size: 16px; background-color: rgb(255, 255, 255);">&nbsp; <div id="yiv7197762186yui_3_16_0_1_1426122660566_40948" style="color: rgb(0, 0, 0); font-family: Helvetica Neue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif; font-size: 16px; background-color: rgb(255, 255, 255);"><div id="yiv7197762186yui_3_16_0_1_1426122660566_38088" dir="ltr">Why on earth would you want to derive the mnemonic from the wallet seed? Ever?</div><div id="yiv7197762186yui_3_16_0_1_1426122660566_38110" dir="ltr"><br></div><div id="yiv7197762186yui_3_16_0_1_1426122660566_38109" dir="ltr">Remembering that as an attacker doesn't actually have to do any key stretching, they can just keep trying (what is it 64 bytes from memory?) at a time without any PBKDF2 to attack a seed, it seems that the PBKDF2 is just to slow down anyone attempting to attack through an interface such as a web service or to a TREZOR or whatever, in a real world attack you would not even be performing PBKDF2 you would just brute force the raw bytes and&nbsp;force them into the BIP32 wallet&nbsp;as there is no Authentication scheme that hashes and compares against the result. It purely limits abuse through an online wallet provider or something like that by slowing down seed generation attempts THROUGH that API, it doesn't really add any security to the seed in a real world brute force attack! So yea I think the 2048 iteration count is sufficient for it's purpose because even if it only forces an extra 1ms per seed generation through the API, it is still slower than just brute forcing the 64 bytes straight up, and so they would have no reason to abuse your API that is all :)</div><div id="yiv7197762186yui_3_16_0_1_1426122660566_38087" dir="ltr"><br>"meh... the fact that you can't derive the seed phrase from the wallet seed, and that the password key stretching is so weak as to be ineffectual security theater bugs me. Feels like a pretty big compromise to work on current generation low power embedded devices when the next generation will be more than capable. But I understand the motivation for the compromise.<br><br>Aaron Voisine<br>co-founder and CEO<br><a tabindex="-1" id="yiv7197762186yui_3_16_0_1_1426122660566_38019" href="http://breadwallet.com/" target="_blank" rel="nofollow"><font id="yiv7197762186yui_3_16_0_1_1426122660566_38018" color="#0066cc">breadwallet.com</font></a>"</div></div></div></div></div></body></html>