Skip to main content

Posts

Featured

CNS Activity

             Stream Cipher 1)In stream cipher, one byte is encrypted at a time while in block cipher ~128 bits are encrypted at a time. 2)Initially, a key(k) will be supplied as input to pseudorandom bit generator and then it produces a random 8-bit output which is treated as keystream. 3)The resulted keystream will be of size 1 byte, i.e., 8 bits. Stream Cipher follows the sequence of pseudorandom number stream. One of the benefits of following stream cipher is to make cryptanalysis more difficult, so the number of bits chosen in the Keystream must be long in order to make cryptanalysis more difficult. By making the key more longer it is also safe against brute force attacks. The longer the key the stronger security is achieved, preventing any attack. Keystream can be designed more efficiently by including more number of 1s and 0s, for making cryptanalysis more difficult. Considerable benefit of a stream cipher is, it requires few lines of code compared to block cipher. Encryption :-

Latest posts

Digital communication

Satellite Communication