Simple File Encryption
Prompt the user to enter a secret key and use it to compute the seed of a random number generator Prompt the user to give the names of an input file and the output coded/decoded Create the sequence of random bytes from a random number generator with the seed obtained from user's secret key.