A Digital Garden - frequent growth but a bit weedy in the back corner
Created on 2026-05-22
base64, rev and trnc foggy-cliff.picoctf.net 56487echo KTZvNHFycnE4LWZhMDFnQHplMHNmYTRlRy1nazNnLXRhMWZlcmlyRShTR1BicHZj | base64 -d (correct answer to question is just base64 -d)echo )6o4qrrq8-fa01g@ze0sfa4eG-gk3g-ta1ferirE(SGPbpvc | rev (correct answer to question is just rev)echo cvpbPGS(Eriref1at-g3kg-Ge4afs0ez@g10af-8qrrq4o6) | tr '-' '_' (correct answer to question is just tr '-' '_')echo cvpbPGS(Eriref1at_g3kg_Ge4afs0ez@g10af_8qrrq4o6) | tr '()' '{}' (correct answer to question is just tr '()' '{}')echo cvpbPGS{Eriref1at_g3kg_Ge4afs0ez@g10af_8qrrq4o6} | tr 'A-Za-z' 'N-ZA-Mn-za-m' (correct answer to question is just tr 'A-Za-z' 'N-ZA-Mn-za-m')picoCTF{Revers1ng_t3xt_Tr4nsf0rm@t10ns_8deed4b6}