fix: replace Base64 by Base85 encoding in PWD BASE85 section

This commit is contained in:
ethicnology
2025-08-21 07:31:26 -04:00
parent 4f00b499c9
commit 2fc8da8871

View File

@@ -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>