Question: Give step by step answer to complete the task and provide screent shots: 1 . Generate a public and private key pair using OpenSSL. Write

Give step by step answer to complete the task and provide screent shots: 1. Generate a public and private key pair using OpenSSL. Write down
the command.
2. Write a shell script named batch_encrypt.sh that encrypts all .txt files in the current directory using a given public key.
3. Write a shell script named batch_decrypt.sh that decrypts all
encrypted files in the current directory using a given private key
and saves them with a decrypted.txt extension.
4. Write a script that creates a digital signature of a file, but also appends the current timestamp to the file before signing. This
ensures the signature is also time-bound.
5. Modify the above script to verify the digital signature, and after verification, extract and display the timestamp to show when the file
was signed.

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!