Next: X.509 Certificate Format
Up: Overview
Previous: Overview
Contents
When working with public-key cryptography, you should be careful and make sure
that you are using the correct person's public key. Man-in-the-middle attacks
pose a potential threat, where an ill-intending 3rd party posts a phony key
with the name and user ID of an intended recipient. Data transfer that is
intercepted by the owner of the counterfeit key can fall in the wrong hands.
Digital certificates provide a means for establishing whether a public key
truly belongs to the supposed owner. It is a digital form of credential. It has
information on it that identifies you, and an authorized statement to the
effect that someone else has confirmed your identity.
Digital certificates are used to foil attempts by an ill-intending party to
use an unauthorized public key. A digital certificate consists of the
following:
- A public key
-
- Certificate information
- the ``identity'' of the user, such as name,
user ID and so on.
- Digital signatures
- A statement stating that the information enclosed
in the certificate has been vouched for by a Certificate Authority (CA).
Binding this information together, a certificate is a public key with
identification forms attached, coupled with a stamp of approval by a trusted
party.
Next: X.509 Certificate Format
Up: Overview
Previous: Overview
Contents
Jungo Software Technologies