CGX: Still Binary
Hello future Hackers,
Back in the Days, ASCII was only 7 bit.
The 8th bit, in particular the
MSB was used as a check bit, the number of set bits modulo 2.
In challenges, you might encounter a stream of 0 and 1 using only 7 bits per byte.
A hint that this technique is used, might be when the number of bits is divisible by 7.
Your task now is to convert a stream to ASCII.
Greetings
- gizmore and x
Problem CGX#15
This lesson has an interactive problem:
100011010001011000010100100110010001000011101001010100101010000100001010011011000101
The problem is randomly generated and is bound to your session.
Good Luck!
The WeChall Team
# CGX#15: Still Binary
- In old ASCII standard, only 128 different chars were defined
- The MSB (most significant bit) was a checkbit for error detection.