It's probably AES...

Someone has just linked you this page. That means you're likely looking at some kind of modern ciphertext (Probably AES).

How can you tell?

Modern encryption aims to create ciphertext indistinguishable from random data (Meaning high entropy), is usually transported in base64 (In this context), and often (Not always) carries data multiples of common block sizes (8 or 16 bytes) so they'll commonly look like:

Alright, how do I solve it?

That isn't a straightforward question.

What do I do then?

Other tips