Here's the complete question below that clarifies what you need to do
<u>Explanation</u>:
"In this task, we will study the performance of public-key algorithms. Please prepare a file ( message.txt) that contains a 16-byte message. Please also generate an 1024-bit RSA public/private key pair. Then, do the following:
1)Encrypt message.txt using the public key; save the the output in message_enc.txt.
2)Decrypt message_enc.txt using the private key.
3)Encrypt message.txt using a 128-bit AES key.
<em><u>Compare the time spent on each of the above operations, and describe your observations. If an operation is too fast, you may want to repeat it for many times, i.e., 5000 times, and then take an average.</u></em>
<em><u> After you finish the above exercise, you can now use OpenSSL's speed command to do such a benchmarking. Please describe whether your observations are similar to those from the outputs of the speed command?</u></em>
Answer:
Medium Grade Liquid Metal Polish. pls give me brainliest
The range() function with one parameter defaults to a starting value of 0 and has an ending value of the number specified exclusive.
range(4) is all the integers between 0 and 4 not including 4.
for num in range(4):
print(num*2)
The output would be 0 2 4 6 all on separate lines.
Alternatively referred to as external memory, secondary memory, and auxiliary storage, a secondary storagedevice is a non-volatile device that holds data until it is deleted or overwritten. Secondary storage is about two orders of magnitude cheaper than primary storage