aboutsummaryrefslogtreecommitdiff
path: root/python/python3-unpaddedbase64/README
blob: e384144ae54b5f87a0c11285c91199a5d018e767 (plain)
1
2
3
4
5
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.