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: Generate a public and private key pair using OpenSSL. Write down
the command.
Write a shell script named batchencrypt.sh that encrypts all txt files in the current directory using a given public key.
Write a shell script named batchdecrypt.sh that decrypts all
encrypted files in the current directory using a given private key
and saves them with a decrypted.txt extension.
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 timebound.
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
