Challenge
We receive a block of text that looks like Base64 but doesn’t decode cleanly to ASCII.
Approach
- Base64-decode the ciphertext — the result is still non-printable.
- Recognize the output as Base91 (note the character set and
~terminator). - Base91-decode the intermediate result to get the flag.
| |
Flag
boroCTF{B@5ics_0f_B@si6s}