Decoder base64

Converts (decodes) base64 code into a string.
Example: "0YHRgtGA0L7QutCw" → "строка".

Produces a result similar to the PHP function base64_decode()