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:
101000010100111001100100001010000011001001100010110000111010010100010110000101010000
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.