Questions: Identity-Based Encryption

5 questions to test your understanding

Score: 0 / 5
Question 1 Short Answer

IBE eliminates the need for certificates. Why is this a significant advantage over traditional PKI, and what is the corresponding disadvantage?

Think about your answer, then reveal below.
Question 2 Multiple Choice

Bilinear pairings are the mathematical tool enabling Boneh-Franklin IBE. What property does a pairing e: G1 x G2 → GT provide?

Ae(aP, bQ) = e(P, Q)^{ab} — the pairing is bilinear, meaning it 'transfers' scalar multiplication from the input groups to exponentiation in the target group. This creates algebraic relationships between group elements that don't exist without pairings
BThe pairing encrypts elements from G1 using elements from G2
CThe pairing provides a collision-resistant hash from G1 x G2 to GT
DThe pairing compresses two group elements into one smaller element
Question 3 True / False

In IBE, a user can receive encrypted messages before they have even obtained their private key from the KGC.

TTrue
FFalse
Question 4 Multiple Choice

IBE provides a natural solution to certificate revocation. How can time-based IBE key management replace CRLs and OCSP?

AIBE keys never expire, eliminating the need for revocation
BEncrypt to identity strings that include a time period, e.g., '[email protected] || 2026-Q1'. The KGC issues private keys for the current period only. A revoked user simply doesn't receive keys for future periods. No revocation lists or online checking needed — expired identities automatically become undecryptable
CThe KGC broadcasts revocation messages that invalidate specific identities
DIBE uses the same CRL mechanism as PKI
Question 5 Short Answer

Hierarchical IBE (HIBE) allows organizations to delegate key generation to sub-authorities. A university KGC generates keys for department KGCs, which generate keys for individual professors. Why is this valuable?

Think about your answer, then reveal below.