|
|
|
|
|
by Aardwolf
939 days ago
|
|
The = does not appear if the base64 data is a multiple of 4 length. So you wouldn't know if aGVsbG8I is one or two streams. The = is not a separator, only padding to make the base64 stream a multiple of 4 length for some reason. I only mentioned the concatenation because Wikipedia claims this use case requires padding while in reality it doesn't. |
|