![]() |
Digital Certificates
This tutorial contains:
Intro What is encryption? What is a Certificate? Where Digital Certificates are used? What are private and public keys and what's the relation between them? What is actually happening when two people communicate? What is the key life-cycle of Certificates? How Windows XP users view their certificates? References IntroductionThe three most important things in e-communications is the C-I-A Triad. It's the presence of the: Confidentiality, integrity and availability. Confidential means private or secret. In a computer environment, information is transmitted from a source to a target, and recently sensitive material has been in that process which includes: Government Materials/documents, Banking information and private information. To ensure confidentiality, there are several ways to ensure that; Certificates is one. To understand digital certificates, we must understand the keyword "Encryption". What is Encryption?Encryption is the process of a message being coded in a way; no one would understand the message but the receiver. The way he knows how to decode it (Decrypt it) is by knowing its key. An example would be the following: I Love you = my message Each letter + 1 letter Ahead= my key J MPWF ZPV= my encrypted message Summarized: Encryption is made of three parts:
Now that a little of encryption is explained, we can move into certificates. What is a Digital Certificate?A digital certificate is an electronic credential used to authenticate users. It is one of the major roles of secure communications. In a secure network infrastructure, a Public Key Infrastructure (PKI) is implemented. A PKI have basic components:
Where Digital Certificates are used?Digital Certificates can be used in the following:
What are private and public keys and what's the relation between them?PKI encryption and decryption involves two keys: a public key and a private key. The relationship between the keys is defined as follows:
What is actually happening when two people communicate?We Have Mr. "X", Ms. "Y", a message and the bad guy "Z". X wants to send Y a message securely. X encrypts his message using Y's public key. X signs (re-encrypts) his message with his private key. Y verifies the message was sent from: X by decrypting X's public key. Y decrypts the actual data sent from X using her own private key. Let's say: Z (the nosy guy) intercepts the message from X. Z verifies the message was sent from X by using Y's public key. Z fails to access the message because he doesn't have Y's private key. Z can't pretend he's Y because he doesn't have her private key. Using PKI we guaranty:
What is the key life-cycle of Certificates?Certificate Validation http://www.go4expert.com/images/arti...cates/fig1.png
How Windows XP users view their certificates?
http://www.go4expert.com/images/arti...cates/fig2.png To view the details of the certificate, click on the certificate then click "view". A window like this will appear: http://www.go4expert.com/images/arti...cates/fig3.png Hope that was useful! Reference
|
Re: Digital Certificates
wow, thanks for the post. Actually I was able to solve my doubts with the using of Public and Private key..
|
Re: Digital Certificates
Thank you for passing by.
|
Re: Digital Certificates
nice
|
Re: Digital Certificates
|
Re: Digital Certificates
Its among the Article of the month and votes can make it win, so start Voting for article of the month for December 2008
|
Re: Digital Certificates
|
Re: Digital Certificates
Thank you everyone for your time, reading, voting, and visiting this thread.
|
| All times are GMT +5.5. The time now is 20:44. |