diff options
Diffstat (limited to 'python/python3-unpaddedbase64/README')
-rw-r--r-- | python/python3-unpaddedbase64/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-unpaddedbase64/README b/python/python3-unpaddedbase64/README new file mode 100644 index 0000000000..e384144ae5 --- /dev/null +++ b/python/python3-unpaddedbase64/README @@ -0,0 +1,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. |