Question

Try to make it as simple as you can and explain as much as it needed....

Try to make it as simple as you can and explain as much as it needed.

  1. What are the differences between symmetric encryption and asymmetric encryption? (1 point)

Ans:

  1. What is pseudo random numbers? (1 point)

Ans:

  1. What is Moore’s Law? (1 point)

Ans:

  1. What are four different block cipher modes? (1 point)

Ans:

  1. What is one-time pad? (1 point)

Ans:

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution:

ans.1:

  • Symmetric encryption uses a single key and the same key is used to encrypt and decrypt the message that needs to be shared among the people who need to receive the message while asymmetric encryption uses a pair of public key and a private key to encryption and decryption messages when communicating.
  • Symmetric encryption a simple technique, and because of this, the encryption process can be carried out quickly while asymmetric encryption  a much more complicated process than symmetric key encryption, and the process is slower.

ans.2:

Pseudorandom numbers are generated by computers. They are not truly random, because when a computer is functioning correctly, nothing it does is random. Computers are deterministic devices — a computer's behavior is entirely predictable, by design. So to create something unpredictable, computers use mathematical algorithms to produce numbers that are "random enough."

Pseudorandom numbers are essential to many computer applications, such as games and security. In games, random numbers provide unpredictable elements the player can respond to, such as dodging a random bullet or drawing a card from the top of a deck. In computer security, pseudorandomness is important in encryption algorithms, which create codes that must not be predicted or guessed.

ans.3:

Moore's Law is the observation made in 1965 by Gordon Moore, co-founder of Intel, that the number of transistors per square inch on integrated circuits had doubled every year since the integrated circuit was invented. Moore predicted that this trend would continue for the foreseeable future. In subsequent years, the pace slowed down a bit, but data density has doubled approximately every 18 months, and this is the current definition of Moore's Law, which Moore himself has blessed.

ans.4: Four different block cipher modes are below---   i)Electronic Code Book (ECB) Mode:This mode is a most straightforward way of processing a series of sequentially listed message blocks. ii)Cipher Block Chaining (CBC) Mode:In the cipher block chaining (CBC) mode of operation, an initialization vector (IV) is exclusive-ored with the plaintext prior to encryption. iii)Cipher Feedback (CFB) Mode:The cipher feedback (CFB) mode differs from the previous two in that the plaintext never passes through the encryption algorithm at all. iv)Output Feedback (OFB) Mode:The output feedback (OFB) mode of operation is almost identical to cipher feedback mode.

ans.5:One-time pad (OTP), also called Vernam-cipher or the perfect cipher, is a crypto algorithm where plaintext is combined with a random key. It is the only existing mathematically unbreakable encryption.The one-time pad is famous as being the only completely unbreakable cipher. Assuming that the secret pad is randomly generated, not-reused (hence "one-time pad"), and not leaked, it is impossible to learn a single bit of the plaintext of a message from a ciphertext.

Add a comment
Know the answer?
Add Answer to:
Try to make it as simple as you can and explain as much as it needed....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Show the work out but try to make simple as much as u can please Question...

    Show the work out but try to make simple as much as u can please Question 2. (10+10+15-35 marks) For the circuit shown in Figure 2, the frequency of the voltage source is 500 Hz. Find: (10 marks) a) the reactance of the capacitor and inductor. b) the impedance presented to the voltage source expressed in the form zo'o. c) the RMS and peak value of the current i in the circuit. (10 marks) (15 marks) Ft 50Ω 2452 10...

  • Show the work out but try to make simple as much as u can 0lz Question...

    Show the work out but try to make simple as much as u can 0lz Question 4 (5+5+5+5+5+5 30 marks) Given the AC circuit shown in Figure 4 a) Find the total impedance ZT seen by the voltage source; b) Determine the total current drawn from the voltage source. Express your (5 marks) answer in the form IT/0 Amps; c) Determine the average power delivered by the source d) Determine the reactive power absorbed by the total load; e) Determine...

  • Consider an experiment where we're trying to determine how much water is needed to grow tomatoes....

    Consider an experiment where we're trying to determine how much water is needed to grow tomatoes. We have 16 pots with one tomato plant in each. We decide to try four different amounts of water (2 oz., 4, 6, 8). At the end of the study, the yield of tomatoes will be measured. Given no other information, what type of design is this? Completely Randomized Design Latin Square Design Completely Randomized Block Design Factorial Design 2. A response bias occurs...

  • please I really need your help understanding these please try to make it as clear as you can please thank you very much...

    please I really need your help understanding these please try to make it as clear as you can please thank you very much in advance 1-Write the ethanol-water combustion chemical reaction. Which reactant is oxidised and which is reduced? 2- Explain how the state of matter of the products is important to the rocket's success

  • 1) Echo the input: First, you should make sure you can write a program and have...

    1) Echo the input: First, you should make sure you can write a program and have it compile and run, take input and give output. So to start you should just echo the input. This means you should prompt the user for the plaintext, read it in and then print it back out, with a message such as "this is the plaintext you entered:". [4 points, for writing a working program, echoing the input and submitting the program on the...

  • Using R program: Read and try out the list of comments and examples in Appendix A:...

    Using R program: Read and try out the list of comments and examples in Appendix A: A Sample Session in the "An Introduction to R" textbook. Then solve the following exercises in R. Use the help function if needed in the increments of 1.Generate a vector a between 0 and 100 Create a vector b with 100 pseudo-random numbers in it Plot a on the x-axis and b on the y-axis. Make a data frame of two columns a and...

  • please answer these and please make it clear for my understanding thank you very much in advance 1. Explain how momentum is the key to rocket succes 2. To put a one tonne satellite in to low earth or...

    please answer these and please make it clear for my understanding thank you very much in advance 1. Explain how momentum is the key to rocket succes 2. To put a one tonne satellite in to low earth orbit requires a delta v of around 10 km per second from the launch pad. Explain what this means and why a velocity of this magnitude is required. 3. How much kinetic energy will this satellite have in orbit? Compare that with...

  • CAN YOU PLEASE EXPLAIN HOW THEY GOT THESE NUMBERS? 6) Explain the difference between a simple...

    CAN YOU PLEASE EXPLAIN HOW THEY GOT THESE NUMBERS? 6) Explain the difference between a simple moving average (SMA) and "Exponential Smoothing" (EWMA). Consider a series x, that has x,0 for all i30 but for i> 0, cycles through 1,0,-1 ,0, 1 ,0,-1 0.1 ,0,-1 , Let y SMA(x,4) represent the simple moving average y,-- x/4 i-j-3 and for EWMA, a +(1-α)a.! a) b) Find y, forj- 0 to 9 With α-0.5, calculate the EWMA forecast, a, of Spi for...

  • This is to be written in C++. Thank you so much for you help as I'm...

    This is to be written in C++. Thank you so much for you help as I'm really struggling with this. Must be written in this format: #include <stdio.h> int main(void) { printf("Hello World\n"); return 0; } The explosive growth of Internet communications and data storage on Internet-connected computers has greatly increased privacy concerns. The field of cryptography is concerned with coding data to make it difficult (and hopefully—with the most advanced schemes—impossible) for unauthorized users to read. In this exercise,...

  • please help and explain, thank you very much! A medical researcher wishes to try three different...

    please help and explain, thank you very much! A medical researcher wishes to try three different techniques to lower blood pressure of patients with high blood pressure. The subjects are randomly selected and assigned to one of three groups. Group 1 is given medication, Group 2 is given an exercise program, and Group 3 is assigned a diet program. At the end of six weeks, each subject's blood pressure is recorded; the data is shown below: Group 1 Group 2...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT