- #1
Marceline
- 1
- 0
Good day to everyone. I need a little help by the following task please:
Task
p und q are two different primes
a) How many possible public keys exists for the RSA-Cryptosystems with modul N = p * q?
b) Show additionally to a), that the amount of possible public keys is an even numberc) Is it possible to chose p and q that way, that there is an even public key?
Justify your answers. Without any justification, you will receive 0.00 points on the task.
My personal approach:
A public key is simply an e ∈ℤφ(N), which is relatively prime to φ(N), for example:
p = 7 and q = 13, then N is = 7*13 = 91
and φ(N) = (7-1) * (13 - 1) 72
Then, e.g. e = 5 is a public key, because 5 ∈ ℤφ(72) because 5 is relatively prime to φ(91), so it is relatively prime to 72.
So the answer would be "all possible public keys, which are releatively prime to φ(N)". But the task, ask "how many" public keys, and the task No b) gives us the hint, that the number of possible keys is an even number (which I have to show seperately). So they ask for a concrete number. How can I do this, when p and q any variables.
Task
p und q are two different primes
a) How many possible public keys exists for the RSA-Cryptosystems with modul N = p * q?
b) Show additionally to a), that the amount of possible public keys is an even numberc) Is it possible to chose p and q that way, that there is an even public key?
Justify your answers. Without any justification, you will receive 0.00 points on the task.
My personal approach:
A public key is simply an e ∈ℤφ(N), which is relatively prime to φ(N), for example:
p = 7 and q = 13, then N is = 7*13 = 91
and φ(N) = (7-1) * (13 - 1) 72
Then, e.g. e = 5 is a public key, because 5 ∈ ℤφ(72) because 5 is relatively prime to φ(91), so it is relatively prime to 72.
So the answer would be "all possible public keys, which are releatively prime to φ(N)". But the task, ask "how many" public keys, and the task No b) gives us the hint, that the number of possible keys is an even number (which I have to show seperately). So they ask for a concrete number. How can I do this, when p and q any variables.