Live data from Hacker News

Base64 Is Base65

news.ycombinator.com

1–3 of 3 posts

Re: Base64 Is Base65

#2
The padding character is not required for the underlying encoding scheme to function in isolation. It becomes more useful when you have a stream of multiple, un-delimited base64 values that need to be processed.