We know, in this digital world, all the information is digitized(represented in binary using 1 s and 0 s). Say, your plain text (SMS) is digitized as, Plain text: 1100101.... To encrypt the above message we build a key stream as given below. key stream: 1010110.... Here '1' means "change the corresponding bit (binary digit) in the plain text". That is, 1 in plain text changes to 0 and vice versa. '0' means"leave the bit in the corresponding position as it is ". How it works: Plain text ; SMS: 1100101..... Key stream: 1010110.... Encrypted text: 0110011..... Here first bit in the 'plain text' is converted to '0' because '1' in the first position of key stream. The second bit '1' in the plain text is left untouched due to '0' in the key stream. It goes on..... The encrypted message now can be sent thro...
science knowledge capsules in digestible form