Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Base64 Is Base65
4 points
gizmore
3y ago
2 comments
Save
Share
Because there is a special padding character '='
2 comments
2 comments · 2 top-level
top
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