RA2 Flashcards

1
Q

value of Φ of any prime number

A

the number minus 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

for primes p&q, let N = pq. What is Φ(N)?

A

(p-1)(q-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Φ(a*b) =

A

Φ(a) * Φ(b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

conditions for choosing e (encryption key)

A

1 < e < Φ(N)

e must be coprime with N, Φ(N)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

conditions for choosing d (decryption key)

A

any d such that:

(d*e) mod Φ(N) = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

lecture definition of d

A

modular inverse of e (mod Φ(N))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

youtube calculation of d

A
  1. Take various multiples of Φ(N)
  2. add 1 to each of these multiples
  3. choose whichever of these values which is evenly divisible by e
  4. d = the quotient from evenly dividing by e
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Eulers Theorem

A

for any N, a which are relatively prime to one another, a^Φ(N) is congruent to 1 mod N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When do we know there is NOT an inverse for some A, B?

A

When the GCD is not 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When to use Φ(N) and N in RSA process?

A

N used in encryption and decryption of message.

Φ(N) used for calculating modular inverse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is smallest value of e possible?

A

smallest number which is greater than 1 and coprime to Φ(N)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly