I have a string that I found, that is probably hashed in base64. Decoding it returns error characters in every encoding I've tried. I also can't access the code that generated it and can't reverse engineer it.
This is the base64:
AAECAR8GxwPJBLsFmQfZB/gIDI0B2AGoArUDhwSSBe0G6wfbCe0JgQr+DAA=
Now, its 60 byte long, and all the characters are valid for base64, if you have a better guess than base64 inform me!
I also have converted it into a byte array, but I don't really know how to convert the byte array to a string with different encoding. Maybe I could run a for each loop that prints the resulting string in different encodings, till I find one that is the actual text?