Rating:
We were given a string which was base32 encoded. `GN2WUSTOLFYTCWKQLFLG65KBNVDEGMRUMMZTM4LVOFUG2R3LMNWTKTCMGVWVUR3WOM3HONDNMV3UOOKDM4ZWUTDIK5FGOY3EJV4VIMKFJUYVUWLQGJRUGYLCOQ3HG6LVHFXUC3TKJRSW6RDLNFFEWZ2TG4`
From the Challenge Description, it was clear that we had to decrypt the string using all the bases in increasing order.
The order was Base32 -> Base58 -> Base62 -> Base64 -> Base85.
Flag : `RaziCTF{w3_G0t_4ll_tHe_Ba$3s}`