Y
Hacker News
new
|
ask
|
show
|
jobs
Base64 Is Base65
4 points
by
gizmore
1249 days ago
Because there is a special padding character '='
2 comments
bob1029
1249 days 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.
link
pestatije
1249 days ago
'=' is not part of the payload. It belongs to the carrier protocol to signal end of payload.
link