Training: ASCII
Name: Training: ASCII Tags: Training, Encoding Score: 1 Description: In a computer, you can only work with numbers. In this challenge you have to decode the following message, which is in ASCII. 84, 104, 101, 32, 115, 111, 108, 117, 116, 105, 111, 110, 32, 105, 115, 58, 32, 99, 108, 113, 98, 107, 107, 108, 103, 105, 104, 106, 122 Useful link: http://asciitable.com
Theory
To get the solution, as the description says, we have to get whatever these values say. Luckily I've already explained this over on CGX#4. So let's just do exactly like that other time and use an online converter.
Solution
Yup, just put those numbers in and get the solution:
DECIMAL TO TEXT (online converter) INPUT: 84, 104, 101, 32, 115, 111, 108, 117, 116, 105, 111, 110, 32, 105, 115, 58, 32, 99, 108, 113, 98, 107, 107, 108, 103, 105, 104, 106, 122 OUTPUT: The solution is: clqbkklgihjz
There we go! That's the solution.
I voted this level as:
Diff: 01 Ed : 02 Fun : 03
https://wechall.net/en/challenge/training/encodings/ascii/index.php