Question: PROGRAMMING IN C Problem: Design and implement a system utility called clone, for cloning, encrypting and decrypting a single file specified as follows; S clone
PROGRAMMING IN C

Problem: Design and implement a system utility called clone, for cloning, encrypting and decrypting a single file specified as follows; S clone -c image.jpg S clone -e image.jpg S clone -d image.jpg.en (for cloning the file image.jpg with output image.jpg.clone) (for encrypting the file image.jpg with output image.jpg.en) (for decrypting the file image.jpg.en with output image.jpg) If the option -e is specified the clone utility will ask for a password in order to encrypt the file. In order to decrypt an encrypted file the clone app will ask for a password. Problem: Design and implement a system utility called clone, for cloning, encrypting and decrypting a single file specified as follows; S clone -c image.jpg S clone -e image.jpg S clone -d image.jpg.en (for cloning the file image.jpg with output image.jpg.clone) (for encrypting the file image.jpg with output image.jpg.en) (for decrypting the file image.jpg.en with output image.jpg) If the option -e is specified the clone utility will ask for a password in order to encrypt the file. In order to decrypt an encrypted file the clone app will ask for a password
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
