standard_b64decode(s)
Decode a string encoded with the standard Base64 alphabet.
s is the string to decode. The decoded string is returned. A TypeError is raised if the string is incorrectly padded or if there are non-alphabet characters present in the string.