Questions Suppose we have a message to encrypt. Let's keep the message simple and say you want to transmit the plaintext value '24' over the web. 1. Suppose our encryption function was to convert plaintext into binary. a. What would C be for P = 24? b. Convert the C value you obtained in a back into the P value (24). c. What would the encryption function be, in general for converting any P to C under this encryption process? That is, what is the equation, C = f (P)? d. What would the decryption function be, in general for converting any C back to P under the decryption process? That is, what is the
Questions Suppose we have a message to encrypt. Let's keep the message simple and say you want to transmit the plaintext value '24' over the web. 1. Suppose our encryption function was to convert plaintext into binary. a. What would C be for P = 24? b. Convert the C value you obtained in a back into the P value (24). c. What would the encryption function be, in general for converting any P to C under this encryption process? That is, what is the equation, C = f (P)? d. What would the decryption function be, in general for converting any C back to P under the decryption process? That is, what is the
Algebra and Trigonometry (6th Edition)
6th Edition
ISBN:9780134463216
Author:Robert F. Blitzer
Publisher:Robert F. Blitzer
ChapterP: Prerequisites: Fundamental Concepts Of Algebra
Section: Chapter Questions
Problem 1MCCP: In Exercises 1-25, simplify the given expression or perform the indicated operation (and simplify,...
Related questions
Question
![As we venture into our final phase of number theory, we will analyze the RSA encryption algorithm. To motivate the notion before getting into it, let's do
so by thinking in terms of number systems. We will explore a basic encryption approach in this discussion board, so that we can begin to see the
importance of having one-to-one encryption functions (ah, good ole' functions!).
Encryption is the process of taking some numerical message (called plaintext) and converting it into a new, encrypted message (called ciphertext). The
encrypted message (ideally) would be strong enough to where a hacker intercepting the message would have little consequence, because they would not
be able to figure out the original message that was sent (the plaintext value). By the way, if a message consisting of letters needs to be sent, we would
implement some way to convert the letters into numerals. One easy way to do this is to represent a letter with its position in the alphabet. For example, A
could be coded as 1, B as 2, etc.
One simple (and highly volatile) approach to encrypting a message is to perform a Caesar shift, where each numeral gets shifted in the encryption process.
For instance, we might say that a plaintext value will be increased by 5 in the encryption process. A message such as 5 32 might get encrypted to become
10 8 7. In this case, the encryption algorithm to get the cipher, C, from the plaintext P (called the encryption function), is:
C = f (P) = P+5
You can see that this is very crude, because a good hacker could "crack" the code very easily.
In this case, to get back P from C (called the decryption function), our formula would be:
P = f' (C) = C – 5
In words, the hacker would simply subtract 5 from each digit in the cipher text to obtain the decrypted message! Thus, every encrypted message could be
(trivially) converted and "cracked".
We will now proceed to define different encryption and decryption functions to get a sense of intuition behind how this process works.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fcb678de0-37ec-48b5-a333-b25767368096%2F90e818b0-d254-4635-a293-b8c133542c96%2Fe6h9qlw_processed.jpeg&w=3840&q=75)
Transcribed Image Text:As we venture into our final phase of number theory, we will analyze the RSA encryption algorithm. To motivate the notion before getting into it, let's do
so by thinking in terms of number systems. We will explore a basic encryption approach in this discussion board, so that we can begin to see the
importance of having one-to-one encryption functions (ah, good ole' functions!).
Encryption is the process of taking some numerical message (called plaintext) and converting it into a new, encrypted message (called ciphertext). The
encrypted message (ideally) would be strong enough to where a hacker intercepting the message would have little consequence, because they would not
be able to figure out the original message that was sent (the plaintext value). By the way, if a message consisting of letters needs to be sent, we would
implement some way to convert the letters into numerals. One easy way to do this is to represent a letter with its position in the alphabet. For example, A
could be coded as 1, B as 2, etc.
One simple (and highly volatile) approach to encrypting a message is to perform a Caesar shift, where each numeral gets shifted in the encryption process.
For instance, we might say that a plaintext value will be increased by 5 in the encryption process. A message such as 5 32 might get encrypted to become
10 8 7. In this case, the encryption algorithm to get the cipher, C, from the plaintext P (called the encryption function), is:
C = f (P) = P+5
You can see that this is very crude, because a good hacker could "crack" the code very easily.
In this case, to get back P from C (called the decryption function), our formula would be:
P = f' (C) = C – 5
In words, the hacker would simply subtract 5 from each digit in the cipher text to obtain the decrypted message! Thus, every encrypted message could be
(trivially) converted and "cracked".
We will now proceed to define different encryption and decryption functions to get a sense of intuition behind how this process works.
![Questions
Suppose we have a message to encrypt. Let's keep the message simple and say you want to transmit the plaintext value '24' over the web.
1. Suppose our encryption function was to convert plaintext into binary.
a. What would C be for P = 24?
b. Convert the C value you obtained in a back into the P value (24).
c. What would the encryption function be, in general for converting any P to C under this encryption process? That is, what is the equation,
C = f(P)?
d. What would the decryption function be, in general for converting any C back to P under the decryption process? That is, what is the
equation, P = f' (C)?
2. Suppose our encryption function was to convert plaintext into octal.
a. What would C be for P = 24?
b. Convert the C value you obtained in a back into the P value (24).
c. What would the encryption function be, in general for converting any P to C under this encryption process? That is, what is the equation,
C = f (P)?
d. What would the decryption function be, in general for converting any C back to P under the decryption process? That is, what is the
equation, P = f-' (C)?](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fcb678de0-37ec-48b5-a333-b25767368096%2F90e818b0-d254-4635-a293-b8c133542c96%2Fu2bivya_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Questions
Suppose we have a message to encrypt. Let's keep the message simple and say you want to transmit the plaintext value '24' over the web.
1. Suppose our encryption function was to convert plaintext into binary.
a. What would C be for P = 24?
b. Convert the C value you obtained in a back into the P value (24).
c. What would the encryption function be, in general for converting any P to C under this encryption process? That is, what is the equation,
C = f(P)?
d. What would the decryption function be, in general for converting any C back to P under the decryption process? That is, what is the
equation, P = f' (C)?
2. Suppose our encryption function was to convert plaintext into octal.
a. What would C be for P = 24?
b. Convert the C value you obtained in a back into the P value (24).
c. What would the encryption function be, in general for converting any P to C under this encryption process? That is, what is the equation,
C = f (P)?
d. What would the decryption function be, in general for converting any C back to P under the decryption process? That is, what is the
equation, P = f-' (C)?
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, algebra and related others by exploring similar questions and additional content below.Recommended textbooks for you
![Algebra and Trigonometry (6th Edition)](https://www.bartleby.com/isbn_cover_images/9780134463216/9780134463216_smallCoverImage.gif)
Algebra and Trigonometry (6th Edition)
Algebra
ISBN:
9780134463216
Author:
Robert F. Blitzer
Publisher:
PEARSON
![Contemporary Abstract Algebra](https://www.bartleby.com/isbn_cover_images/9781305657960/9781305657960_smallCoverImage.gif)
Contemporary Abstract Algebra
Algebra
ISBN:
9781305657960
Author:
Joseph Gallian
Publisher:
Cengage Learning
![Linear Algebra: A Modern Introduction](https://www.bartleby.com/isbn_cover_images/9781285463247/9781285463247_smallCoverImage.gif)
Linear Algebra: A Modern Introduction
Algebra
ISBN:
9781285463247
Author:
David Poole
Publisher:
Cengage Learning
![Algebra and Trigonometry (6th Edition)](https://www.bartleby.com/isbn_cover_images/9780134463216/9780134463216_smallCoverImage.gif)
Algebra and Trigonometry (6th Edition)
Algebra
ISBN:
9780134463216
Author:
Robert F. Blitzer
Publisher:
PEARSON
![Contemporary Abstract Algebra](https://www.bartleby.com/isbn_cover_images/9781305657960/9781305657960_smallCoverImage.gif)
Contemporary Abstract Algebra
Algebra
ISBN:
9781305657960
Author:
Joseph Gallian
Publisher:
Cengage Learning
![Linear Algebra: A Modern Introduction](https://www.bartleby.com/isbn_cover_images/9781285463247/9781285463247_smallCoverImage.gif)
Linear Algebra: A Modern Introduction
Algebra
ISBN:
9781285463247
Author:
David Poole
Publisher:
Cengage Learning
![Algebra And Trigonometry (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780135163078/9780135163078_smallCoverImage.gif)
Algebra And Trigonometry (11th Edition)
Algebra
ISBN:
9780135163078
Author:
Michael Sullivan
Publisher:
PEARSON
![Introduction to Linear Algebra, Fifth Edition](https://www.bartleby.com/isbn_cover_images/9780980232776/9780980232776_smallCoverImage.gif)
Introduction to Linear Algebra, Fifth Edition
Algebra
ISBN:
9780980232776
Author:
Gilbert Strang
Publisher:
Wellesley-Cambridge Press
![College Algebra (Collegiate Math)](https://www.bartleby.com/isbn_cover_images/9780077836344/9780077836344_smallCoverImage.gif)
College Algebra (Collegiate Math)
Algebra
ISBN:
9780077836344
Author:
Julie Miller, Donna Gerken
Publisher:
McGraw-Hill Education