Chapter Seven: Key Management
Chapter Seven: Key Management
Key Management
KPub, A
Kpub, B
A
B
PA = Public-key Authority
PA
A B
M1 C1
PA
M1
C1
C2
A B
PA
M2 C3
B
A B
C5
C5 = E (Kpub, B, N2)
PA
(1) M1 (4) M2
(2) C1 (5) C3
(3) C2
A B
(6) C4
(7) C5
CA
Kpub, A CA
CA
Kpub, B CB
CA
A B
CB
Both A and B knew the public key of CA and they
can decrypt the certificates (CA, CB). Thus they
will get the public key of each other.
Md. Rafiqul Islam 20
Public-Key Certificates
PU = Public key, PR = Private key
3) C3 = E(Kpub, B, N2).
text as follows:
4) C4 = E(Kpub,.B,[ N1 || Ks]).
C2
A C3 B
C4
28
Md. Rafiqul Islam 28
Diffie-Hellman (D-H) key exchange
# The scheme was first publicly published by W.
Diffie and M. Hellman in 1976.
g, p, x
g<p, x<p y
S = gx mod p S, g, p
R = gy mod p
K = Rx mod p
K = Sy mod p