Diffie-Hellman Key Exchange

Diffie-Hellman Key Exchange

3rd Grade

5 Qs

quiz-placeholder

Similar activities

Flash Memory

Flash Memory

1st - 3rd Grade

10 Qs

Internet

Internet

1st - 3rd Grade

10 Qs

Ro-Wizard

Ro-Wizard

3rd - 8th Grade

8 Qs

Prodigy Math #1

Prodigy Math #1

1st - 3rd Grade

6 Qs

Luyện tập Cấu trúc rẽ nhánh

Luyện tập Cấu trúc rẽ nhánh

1st - 12th Grade

5 Qs

Cấu trúc lặp

Cấu trúc lặp

1st - 3rd Grade

10 Qs

Kiểm tra thường xuyên lần 2 (11/9-11/7)

Kiểm tra thường xuyên lần 2 (11/9-11/7)

KG - 12th Grade

10 Qs

Khởi động Python_F2

Khởi động Python_F2

1st - 10th Grade

9 Qs

Diffie-Hellman Key Exchange

Diffie-Hellman Key Exchange

Assessment

Quiz

Computers

3rd Grade

Medium

Created by

JIMMY GERON

Used 9+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Diffie-Hellman key agreement protocol (1976) was the first practical method for establishing a shared secret over an unsecured communication channel.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Diffie-Hellman Example

1. Alice and Bob agree on p = 23 and g = 5.

2. Alice chooses a = 6 and sends 5 6 mod 23 = 8.

3. Bob chooses b = 15 and sends 515 mod 23 = 19.

4. Alice computes 19 6 mod 23 = 2.

5. Bob computes 815 mod 23 = 2.

Then 2 is the shared secret.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose p is a prime of around 300 digits, and a and b at least 100 digits each. Discovering the shared secret given g, p, g a mod p and g b mod p would take longer than the lifetime of the universe, using the best known algorithm. This is called the discrete Algorithm problem.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. The Diffie Hellman protocol to have a Certificate Authority ensure that the public key is without a doubt originating from the source in which you believe. The reason for this accreditation is to prevent man-in-the middle (MITM) attacks.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Calculate the shared secret key:

Given p=23 and g=5, The private key of A is 4 and the private key of B is 3. Then share a secret no. _____

18

81

7

20