ports/textproc/py-unpaddedbase64/pkg/DESCR

6 lines
255 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Python module to 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.