aboutsummaryrefslogtreecommitdiff
path: root/devel/py-unpaddedbase64/pkg-descr
blob: 0279b496b0a9eb35932bfedcaa40f0d46e21c255 (plain) (blame)
1
2
3
4
5
6
7
Encode and decode Base64 without "=" padding.

RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using
"=" characters. However this conveys no benefit so many protocols choose to use
Base64 without the "=" padding.

WWW: https://github.com/matrix-org/python-unpaddedbase64