[Solved] What type of encoding this is? [closed]


This type of encoding is called Base64 – http://en.wikipedia.org/wiki/Base64

You can decode it using base64_decode() function in PHP (as you can see it attached snippet) or online there – https://www.base64decode.org/

3

solved What type of encoding this is? [closed]