Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started