u/michaelnovati replied ·
That looks like it's encoding in a different base. When you encode things into different bases you add equals on the end when the bits don't divide equally onto the new base. It's not base 64 though, which is the most common. I would try decoding from other bases.
I might be completely wrong though and this is something else entirely.