Base64 Decode
The act of converting a base64 representation—a string of strange-looking text—back into the original binary or text data is known as "base64 decoding." An excellent explanation of base64 encoding and decoding may be found on Wikipedia.