Ascee? Asskey?
43 Solves
Last updated
43 Solves
Last updated
Ooga booga what is ASCII
ASCII uses 7 bits to represent 128 different characters, which includes characters, numbers letters and punctuation.
For example, the Uppercase English alphabet begins at decimal 65 and ends at decimal 90 in ASCII.
We are given an encoded flag.txt file that contains numbers separated by underscores, as hinted by the challenge, we can assume that these numbers represent the ASCII values of the flag.
The solution would be to convert each decimal value into an ASCII representation.
ASCII, otherwise known as the American Standard Code for Information Interchange , is a character encoding standard used to represent text in computers and communication devices.