|
|
|
|
Public Key Infrastructure
(PKI)
A public key infrastructure (PKI) includes all the policies and procedures for sending information privately and securely across an insecure network like the Internet. PKI employs public key encryption, which uses two keys to encrypt and decrypt data-a public key and a private key. Data encrypted with the public key is decrypted with the private key. A user keeps the private key and distributes the public key-that means that data sent to Bob using his public key can only be read by Bob with his private key. Two items essential to a PKI are digital certificates and a certificate authority (CA). Digital certificates are issued by a trusted third party, called a certificate authority. The CA also has the authority to revoke digital certificates. The digital certificates are sent with encrypted messages to verify the sender's identity. Then, the recipient must use the CA's public key, which is readily available, to decrypt the sender's public key-this is how the CA verifies that that a public key belongs to a specific owner. The digital certificate also verifies that the data is not tampered with in transit. A digital certificate contains the following information:
How does a PKI work?
Simply put: I can send you a message encrypted using your public key, which I can easily obtain from the CA. Then, only you can decrypt the message, using your private key. I use my private key to attach my digital signature, which you can decrypt with my public key. A PKI encapsulates all the elements described above: the public key encryption system, a CA, the digital certificate system, and the hashing algorithms. Many PKIs today use the X.509 standard developed by the IETF. PKIs have emerged as an industry standard for secure e-commerce transactions. Using a PKI, customers can be assured that data they send is unaltered before or after transit, and companies can verify the identities of customers sending data. A PKI is especially important in light of the E-Signing Law, which allows e-signatures to be legally binding.
|
|
Click below for more developments and tutorial articles:
Send mail to
webmaster@infomatek.com with
questions or comments about this web site.
|