Decode (reversed)
The string is written backwards. Decode it.
Preview challenge → Free account required to solveJAVASCRIPT IN PRACTICE
Decode the string - decipher data (Base64, ROT13, Caesar cipher). Trains recognising encodings.
Solving requires a free account.
Pick a challenge and explore the rules through a concrete example.
The string is written backwards. Decode it.
Preview challenge → Free account required to solveDecode a Caesar cipher encrypted with a +3 shift. Move each uppercase ASCII letter back by 3, wrapping the alphabet.
Preview challenge → Free account required to solveASCII bytes in hexadecimal. Decode.
Preview challenge → Free account required to solveAvailable challenges: 6.
See all challenges →The full catalogue requires a free account.
Decoding exercises develop your ability to recognise data representations and choose the right transformation. This helps when reading logs, inspecting parameters and examining encoded values; always compare a readable result with the task context.
Inspect the alphabet, length and repeated fragments of the string. Use the description to choose a transformation, such as Base64 decoding or shifting letters. Work one step at a time and check whether the result makes sense. Encoding is different from encryption; a task may require several transformations.
Read the description without logging in. Solving requires a free account.