Halt! Who Goes There?
Public Key Infrastructure (PKI)
The Real Deal
Authentication, a cornerstone of information security (and this year's top technology), is the process of verifying the identity of a person or object, so this individual or entity can be granted access to the system at a certain level. The act of verification implies that you making certain, to as high a degree as possible, that you are not dealing with an imposter.
Halt! Who Goes There?
To successfully verify identity, authentication falls into four categories:
1. Knowledge: Passwords and phrases.
2. Materials: Passkeys, dongles, physical keys, smartcards.
3. Static Biometrics: Fingerprints and face recognition.
4. Dynamic Biometrics: Voice recognition or signatures.
Once the user produces one of these attributes, the system can verify/map to the person's known identity, the person is cleared into the system and becomes the verified user. Simple, right?
For a very long time, and through many iterations of input technology, the idea has remained the same. In order to verify an identity, you have to know, have, be or do something that the system can recognize and map to your identity. It is a strong methodology that is growing increasingly more robust due to technological leaps into biometrics. However, as long as any of the four categories above exist, an identity can be lost, stolen or duplicated.
Back to top
Public Key Infrastructure (PKI)
Much has been written or said about creating systems' infrastructure with a secure architecture. In general. the methods, techniques and technologies to support this notion has been dubbed PKI, or Public Key Infrastructure. PKI has had a difficult time growing for several reasons; primarily, it is confusing because it is used to mean several things.
PKI infrastructures were developed principally to support secure information exchange over non-secure networks (like the Internet). The same technology can, of course, be used over secure networks, including Virtual Private Networks (VPNs). PKI uses cryptographic keys to verify the identity of the sender, and encryption to ensure privacy. PKI infrastructures should:
· provide certainty that the quality of information sent or received is exactly what was sent is what is received;
· verify the source and destination of what is sent;
· ensure the data remained private; and
· if the time source of the data is known, then verify the time the data was sent and received.