Cracking base64 encryption [closed]

Base64 isn’t an encryption. It’s a coding. There is no key in Base64. There are lots of ways to get base64 decoded (a random search shows this as one of them).

Your problem seems to be that the data, in addition to being coded, is also encrypted. Unless you know what it is encrypted with, there is not much chance anyone can help you.

Leave a Comment