Strip whitespace when decoding base64 #2507

This commit is contained in:
Mike Farah
2025-11-15 14:11:55 +11:00
parent e056b91a00
commit 258b84a05e
4 changed files with 385 additions and 23 deletions
+9
View File
@@ -0,0 +1,9 @@
# Base64
Encode and decode to and from Base64.
Base64 assumes [RFC4648](https://rfc-editor.org/rfc/rfc4648.html) encoding. Encoding and decoding both assume that the content is a UTF-8 string and not binary content.
See below for examples