Tag: creating

Creating PGP-Encrypted E-Mails Using ASP

The Concept of PGP

For PGP-based communication both the sender and receiver should have public and private key pairs. The sender’s public key should be distributed to the receiver. Similarly, the receiver’s public key should be distributed to the sender. When sending a message or a file, the sender can sign using his private key. Also, the sender’s private key is never distributed.

Back To Top