I'm participating in a competition and I've hit a wall trying to decode this cipher. We're not allowed to use any AI tools, so I'm reaching out for some help. The cipher is: NDUgNmIgNzMgNjEgNmlgNzQgNjkgNjUgNWYgNjQgNjEgNzQgNmYgNzlgNjkgNmlgNjkgMjE=. Any assistance would be appreciated!
2 Answers
You might want to try different combinations. I decoded it as Eksaatie_datoyiai! which looks like a password with a capital and some special characters. Make sure you check if there's a specific format you need to follow in the competition.
This looks like a Base64 encoded string, especially since it ends with an '='. If you decode it, you should get a stream of hexadecimal values. However, it seems a bit garbled with some characters replaced. If you clean it up, it might reveal a hidden message or possibly a password.
Thanks for clarifying that! Do you have any tips on how to clean it up for decoding?

Thank you so much for the help!