Solve This Code Please?

(‘3ZUR8dcmHhiYq3UgPEoDyQ==’,‘3qqIPPNX0fxjJv/krWhw7L8P83cTm2Dm2aOHHiAfNZQG1Q/1t1zPaY7CEwZBrHIC’)

(‘3ZUR8dcmHhiYq3UgPEoDyQ==’,‘3qqIPPNX0fxjJv/krWhw7LTXOFXL6CiXzX4DkZlvQUbyeaEj4jBd4j0r7GjLb0PF’)

(‘3ZUR8dcmHhiYq3UgPEoDyQ==’,‘3qqIPPNX0fxjJv/krWhw7EcjwA9Ihp131ilPXbCWHDFSwafLgGVzJGQfeZLBDeNl’)

Pretty sure it’s base64 type, but I can’t figure out how to decode it…

If were base64 you would decode it by entering in:

echo [encoded data] | base64 -d

It does not seem to be anything intelligible after doing that though.

Type your comment> @OddRabbit said:

If were base64 you would decode it by entering in:

echo [encoded data] | base64 -d

It does not seem to be anything intelligible after doing that though.

Yes, but since it is 64 letters I am guessing some other type of encryption has been used to encode it twice or even more. However, I can’t figure out which method has been used…