Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Base64 Is Base65
4 points
gizmore
3y ago
2 comments
Share
Because there is a special padding character '='
Base64 Is Base65 | Better HN
2 comments
default
newest
oldest
bob1029
3y ago
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.
pestatije
3y ago
'=' is not part of the payload. It belongs to the carrier protocol to signal end of payload.
j
/
k
navigate · click thread line to collapse