Question: 2. Create a simple text file that contains a short sentence and your email address and call it input1.txt. Now we're going to encrypt the

2. Create a simple text file that contains a short sentence and your email address and call it input1.txt. Now we're going to encrypt the file. Use openssl enc with the following format:

openssl enc -aes-256-cbc -md sha256 -S salt -K key -iv initialization vector -in input1.txt -out output1.txt

I was given this format, but it keeps saying too many arguments even though I am doing exactly what it says. Any help would be great.

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 Programming Questions!