Monday, September 6, 2010 01:30 GMT (Local Swedish time: 03:30)
Gnu Private Guard
Introduction
Can you trust your ISP provider that he/she not read your e-mail or maybe worse
change the contents of your email so that the information is all wrong. A little
change like a meeting date, phone number or other vital information can spoil a
lot for you. In the middle 1990 a guy name Philip Zimmermann saw this problem
and write a program called Pretty Good Privacy. The US laws did not permit export
of such a program as Electronic Media. So Phil printed the source code (in C) in a book
and sell that all over the world.
The program Pretty Good Privacy give the short name PGP.
The program Pretty Good Privacy give the short name PGP.
What is Pretty Good Privacy ?
In conventional cryptosystems, a key is used to encrypt a message or a file.
The same key is then used to decrypt the message.
Consequently the key must then be sent to the recipient.
Often it is difficult or impossible to send the key to the recipient because of the lack of a secure channel over which to do this, if a secure channel were avaliable then perhaps cryptography wouldn't even be necessary.
Public key cryptography is a system in which keys are generated in pairs, one public and one private key. The public key is freely distributed, while the private key is kept secret. Messages encrypted with the public key require the corresponding private key for decryption. This eliminates the need for a secure channel over which to send keys.
Public key cryptography is a system in which keys are generated in pairs, one public and one private key. The public key is freely distributed, while the private key is kept secret. Messages encrypted with the public key require the corresponding private key for decryption. This eliminates the need for a secure channel over which to send keys.
But the problem with PGP
|
|

