Decoding Base64 Images

2019-01-24 05:19发布

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

7条回答
够拽才男人
2楼-- · 2019-01-24 06:08

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.

查看更多
登录 后发表回答