Pretty Good Privacy(PGP) mathematically |
Basic Concepts in Data Encryption: Key-Based Encryption
How PGP works
Here we have David and Antonia again. David and Antonia generate two pair of keys; one is known as public key; the other, private key. They then exchanged the public keys. These public keys may even be published for other people. Note that the respective private keys are never made known to anyone but themselves. When David wants to send Antonia any private message, he will encode the message using Antonia's public key. She, then opens the message and decrypt the encrypted message using her private key. Similarly, she replies to David using his public key. Possible Security Loophole
This is where the role of digital signature becomes essential. Both David and Antonia should turn to a trusted third party to certify for them that they are really who they claim to be. The third party would then issue each a digital signature, which would verify that a message does really come from a genuine sender. Hence, in addition to encrypting a message using the recipient's public key, a message should also bear the sender's 'digital signature.' See Today's Use: Digital Signature for more details. |
|||
Copyright ©1999 ThinkQuest Team 27158 Developed for ThinkQuest 1999 |