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

PROGRAMMING IN C Problem: Design and implement a system utility called clone,

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!