Post
Topic
Board Development & Technical Discussion
Re: Hex pattern for electrum wallet
by
pooya87
on 03/04/2020, 03:45:26 UTC
with only the = its very common pattern

you are talking about base-64 encoding of an arbitrary length data (wallet file that has transactions inside that can be any size), so there really is no way to say which padding is the most common. most probably all 3 possibilities (2 pads, 1 pad, and no pad) are equally possible.