I have recently found a file on the web, and I really need the original url to it, but it's encoded into Base64. It's an image.
The URL Starts with something like this: data:image/png;base64,
and then there are loads of numbers and letters.
My question is, how can I decode this to its original form? e.g. instead of mwo1fw#
to http://etc
Try this online base64 decode/encode tool http://base64online.org/decode/
Just paste your base64 encoded image there and it will show you an image and download link for it.