Encodings - American Standard Code for Information Interchange
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, 112, 101, 108, 110, 98, 108, 111, 114, 97, 108, 115, 110
Useful link: http://asciitable.com
Solution:
- What you need to do is to convert each ASCII value into it's corresponding character.
- Then, you will get a text like below.
The solution is: pelnbloralsn
- Submit the password. it's done!