0

Just try to convert Base64 string format to readable string at https://base64.guru/converter/decode/text and got this result.

Base64

vmIfvkDbkz9u25aIfN7bXIR0...dJGyMdaQ34zT51ogj6in

Output enter image description here

The base64 data should be search results from some service, but I don't know whitch data type was used to store the data. Have someone an idea how can I figuraout this?

  • Try piping the output to hexdump. A little easier on the eyes: `openssl enc -base64 -d < your-b64-data | hexdump -C | less` – Cole Tierney Dec 11 '22 at 18:24

0 Answers0