mirror of
https://github.com/bitcoin/bips.git
synced 2025-09-27 22:26:29 +02:00
fix: replace Base64 by Base85 encoding in PWD BASE85 section
This commit is contained in:
@@ -330,7 +330,7 @@ The derivation path format is: <code>m/83696968'/707785'/{pwd_len}'/{index}'</co
|
||||
`10 <= pwd_len <= 80`
|
||||
|
||||
Base85 encode all 64 bytes of entropy.
|
||||
Remove any spaces or new lines inserted by Base64 encoding process. Slice base85 result string
|
||||
Remove any spaces or new lines inserted by Base85 encoding process. Slice base85 result string
|
||||
on index 0 to `pwd_len`. This slice is the password. `pwd_len` is limited to 80 characters.
|
||||
|
||||
Entropy calculation:<br>
|
||||
|
Reference in New Issue
Block a user