Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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 “mesage.txt.” The encryption program produces an output ciphertext file, called “toyou” The decryption 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.)
Posted
Comments
Richard MacCutchan 23-Sep-13 3:58am    
I have a better suggestion: you write it.
Member 8459622 23-Sep-13 17:45pm    
if i could i wouldn't have posted it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900