From b1bd2ebea4796d53c751e3354d796100783ceb54 Mon Sep 17 00:00:00 2001 From: Tonus Date: Mon, 11 Aug 2025 10:31:59 +0700 Subject: python/python3-unpaddedbase64: Added (Unpadded Base64). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-unpaddedbase64/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-unpaddedbase64/README (limited to 'python/python3-unpaddedbase64/README') 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. -- cgit v1.2.3