aes and RSA encryption algorithm

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section8.1: I/o File Stream Objects And Functions
Problem 10E
icon
Related questions
Question

No written by hand solution

Encrypt the plans.txt file using the password pinky and save the output to /opt/book/encryption/secret-key/plans.aes. h. Provide a screenshot of the output in terminal and a screenshot of the contents of the folder opt/book/encryption/secret-key /.

Commands to be used:

• cd /opt/book/encryption/secret-key

• aescrypt -e plans.txt -p pinky -o plans.aes

i. Explain what type of encryption aes is, and what is the main difference between aes and RSA encryption algorithm

Problem 7) [ Encrypt the plans.txt file using the password pinky and save the output to
/opt/book/encryption/secret-key/plans.aes.
h. Provide a screenshot of the output in terminal and a screenshot of the contents of the folder
opt/book/encryption/secret-key /.
Commands to be used:
• cd /opt/book/encryption/secret-key
• aescrypt -e plans.txt -p pinky -o plans.aes
i.
Explain what type of encryption aes is, and what is the main difference between aes and RSA
encryption algorithm
Transcribed Image Text:Problem 7) [ Encrypt the plans.txt file using the password pinky and save the output to /opt/book/encryption/secret-key/plans.aes. h. Provide a screenshot of the output in terminal and a screenshot of the contents of the folder opt/book/encryption/secret-key /. Commands to be used: • cd /opt/book/encryption/secret-key • aescrypt -e plans.txt -p pinky -o plans.aes i. Explain what type of encryption aes is, and what is the main difference between aes and RSA encryption algorithm
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Windows
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr