Respuesta :
Answer:
1. 69
2. 44
3. See explanation
4. (69,5)
5. (69,9)
Explanation:
1. n=p*q=23*3=69
2. Φ(n)=(p-1)(q-1)=2(22)=44
3. e=5,
ed mod Φ(n)=9*5 mod 44=45 mod 44=1
4. Public key=(n,e)=(69,5)
5. Private key=(n,d)=(69,9)
In this exercise, we have to use the encryption knowledge to calculate what is needed, so we have:
1. 69
2. 44
3. 1
4. (69,5)
5. (69,9)
What is public key encryption?
Public key encryption, or public key cryptography, is a method of encrypting data with two different keys and making one of the keys, the public key, available for anyone to use. The other key is known as the private key.
1.So to perform the calculations of N, we have:
[tex]n=p*q=23*3=69[/tex]
2. For relatively prime calculations we have:
[tex]\phi (n)=(p-1)(q-1)=2(22)=44[/tex]
3. So for the inverse module, we have:
[tex]ed mod Φ(n)=9*5 mod 44=45 mod 44=1[/tex]
4. For the public key, we have:
[tex]Public key=(n,e)=(69,5)[/tex]
5. For the private key, we have:
[tex]Private key=(n,d)=(69,9)[/tex]
See more about encryption at brainly.com/question/8455171