CNS Unit 4
CNS Unit 4
CNS Unit 4
ENCRYPTION
• Public announcement
• Publicly available directory
• Public-key authority
• Public-key certificates
Public Announcement of Public Keys
The point of public-key encryption is that the public key is public.
Any participant can send his or her public key to any other participant or
broadcast the key to the community at large
where PRauth is the private key used by the authority and T is a timestamp. A may
then pass this certificate on to any other participant, who reads and verifies the
certificate as follows:
The recipient uses the authority’s public key, PUauth , to decrypt the certificate.
Because the certificate is readable only using the authority’s public key, this verifies
that the certificate came from the certificate authority.
One scheme has become universally accepted for formatting public-key certificates:
the X.509 standard. X.509 certificates are used in most network security applications.