You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/www/js/info.js
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -357,6 +357,15 @@ window.infoHtml = {
357
357
<p>
358
358
Read more on the official <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki" target="_blank" rel="noopener noreferrer">BIP85 page</a>
359
359
</p>`,
360
+
BIP85PWD: /*html*/`
361
+
<h3>BIP85: Deterministic Passwords From BIP32 Keychains</h3>
362
+
<p>
363
+
BIP85 defines the standard for 'One seed to rule them all'. With BIP85 a user can deterministically derive multiple 'Child Seeds' from a single master
364
+
seed. BIP85 Passwords are a way to convert the deterministic entropy from BIP85 into a password by encoding the entropy in Base64 encoding. This enables a user who might have provided their own entropy
365
+
to securely generate their own master mnemonic seed (perhaps with the help of this tool), to then generate many high entropy passwords for use with other
366
+
apps.
367
+
</p>
368
+
`,
360
369
BIP86: /*html*/`
361
370
<h3>BIP86: Key Derivation for Single Key P2TR Outputs</h3>
0 commit comments