Email Security
Email Security
• PGP stands for Pretty Good Privacy (PGP) which is invented by Phil Zimmermann.
• PGP was designed to provide all four aspects of security, i.e., privacy, integrity,
authentication, and non-repudiation in the sending of email.
• PGP uses a digital signature (a combination of hashing and public key encryption) to
provide integrity, authentication, and non-repudiation.
• PGP uses a combination of secret key encryption and public key encryption to provide
privacy.
i.e. the digital signature uses one hash function, one secret key, and two
private-public key pairs.
PGP (contd …)
• PGP is an open source and freely available software package for email security.
• It provides compression by using the ZIP algorithm, and EMAIL compatibility using the
radix-64 encoding scheme.
• Using PGP the message is encrypted on your device before it passes over the internet.
• Only the recipient has the key to convert the text back into the readable message on
their device.
Why Do You Need PGP ?
• Verification of the sender of information ensures you are not being spoofed by a third party.
• Smaller files are sent over the Internet as they are always compressed before encryption.
• Can’t send encrypted email if you don't have the recipient public key.
• Both the sender and the receiver must have compatible versions of PGP.
• PGP is more complex, and it is less familiar than the traditional symmetric or asymmetric
methods.
• As encryption methods are very strong so, it does not retrieve the forgotten passwords results in
lost messages or lost files. No recovery once deleted or lost.
S/MIME
• Enveloped Data
• Encrypted content and Associated keys.
• Signed Data
• Encoded message and Signed digest
• Clear-signed data
• Clear text message and encoded signed digest