Given data encoded as a Base64-encoded string, can I somehow calculate the actual length of the raw data that has been encoded only by looking at the length of the Base64-encoded string?
I don't want to traverse the string if not necessary (this also includes string operations on the trailling characters of the encoded string to check for padding).