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
The derivation path format is: <code>m/83696968'/707764'/{num_bytes}'/{index}'</code>
269
+
270
+
`16 <= num_bytes <= 64`
271
+
272
+
Keep left-most `num_bytes` from the generated entropy and [https://datatracker.ietf.org/doc/html/rfc4648 Base64] encode the result.
273
+
Remove any spaces or new lines inserted by Base64 encoding process. Resulting password string may contain up to 2 trailing `=` characters (base64 padding)
274
+
depending on the value of `num_bytes`. Padding is considered part of the password and should be preserved.
0 commit comments