stream cipher encryption and decryption
Write computer programs to simulate a stream cipher that consists of both encryption and decryption. The encryption program accepts inputs from an existing text file, called “message.txt.” The encryption program produces an output ciphertext file, called “toyou”. The decryprion program takes “toyou” as input and decrypts it into original plaintext. (Hint: the random “seed” must be known, but be kept secure, by the pseudorandom number generators in both encryption and decryption programs.)
Is this the question you were looking for? If so, place your order here to get started!