aboutsummaryrefslogtreecommitdiff
path: root/python/python3-unpaddedbase64/README
diff options
context:
space:
mode:
authorTonus <tonus1@free.fr>2025-08-11 10:31:59 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-11 10:53:19 +0700
commitb1bd2ebea4796d53c751e3354d796100783ceb54 (patch)
treedc4e8f051e9fac12b4989584ca1cf64d178eeece /python/python3-unpaddedbase64/README
parent6e54eb01717e0f494028df072cf48c0b5093bfd2 (diff)
python/python3-unpaddedbase64: Added (Unpadded Base64).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.