Encode and decode Base64 without "=" padding.

RFC 4648 specifies that Base64 should be padded to a multiple of
4 bytes using "=" characters. However many protocols choose to
omit the "=" padding.
