aboutsummaryrefslogtreecommitdiff
path: root/python/python3-unpaddedbase64/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-unpaddedbase64/README')
-rw-r--r--python/python3-unpaddedbase64/README5
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.