← Back to context

Comment by holistio

17 hours ago

TIL: I just found out that base58 disallows I (capital i), l (lowercase L), O (capital o) and 0 (zero), so I could only generate GrxoJt4eNXE2QaQ55iPSa7hhiYdzCo8ZeAuokmh2Cai.

(don't send anything, sharing only because of the base58 fun fact I didn't know)

More fun facts:

Omitting those characters makes it good for generating passwords if they need to be typed in by hand.

Double-clicking a base58 string always selects the whole string and it doesn't wrap accidentally, thanks to missing / and +, so it's also convenient to copy and paste.

  • Unfortunately, no special characters means that a base58 string will often be rejected as a secure enough password.