What is it? @.@

Here is the place where I record some tactics about wargame, systems, and other security issues.

2012-10-12

WeChall - Training: ASCII

Description:

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:
  1. What you need to do is to convert each ASCII value into it's corresponding character.
  2. Then, you will get a text like below.
    The solution is: pelnbloralsn
  3. Submit the password. it's done!