I found this, and want to know what it decodes to and what type of encoding it is:
ZGMzMGRjODlAc25hcGpveS5jb20=
|
I found this, and want to know what it decodes to and what type of encoding it is:
| ||||
|
feedback
|
|
It is, as I expected, Base64. You can recognize it by the equal sign at the end. It translates to some sort of email address:
If you want to know more about Base64, there is a great Wikipedia article. | |||||||||||||||||
feedback
|
|
When in need of detailed and specific information about an Internet standard I always look and see if there's an RFC (Request For Comments) for it. For the Base64-encoding, take a look at this document: The Base16, Base32, and Base64 Data Encodings (RFC 4648). @Simon Verbeke: There are two versions of the Base64 alphabet. Take a look at the following tables in the RFC 4648. "Table 1: The Base 64 Alphabet" ("base64") "Table 2: The "URL and Filename safe" Base 64 Alphabet" ("base64url") NOTE: The "base64url" encoding should not be regarded as the same as the "base64" encoding and should not be referred to as only "base64". | ||||
|
feedback
|