Email Security

Thee current email security issues is that there is no security.

There are methods to follow to stop the above issues from being a problem. You can use electronic signatures to authenticate that emails come from you, as well as encrypt emails such that only the intended recipient can read the email.

Stopping email from being altered once sent

More email security issues are that email can be altered once sent though, commercial email systems, for example Lotus notes, do not suffer from this problem as they check the sender of all messages as does the email software. This software also checks that email has been altered since it was sent. This security can be got with web mail simply by installing a digital certificate on your pc. The digital signature shows the author of the email, and whether it has been changed. It is also possible to use the digital certificate to encrypt the email so that only the recipient can read it. What a digital certificate does is prove you are who you say you are.

Forging of a return address

Email security is compromised by the forging of a return address. This takes a few seconds with the right software and requires zero technical know how. Most email clients will allow you to change the email address of the return sender.

Digital certificates

There are two different standards which can be utilized. Either SMIME digital certificates or PGP. A digital certificate is composed off two parts, a public key and a private key. Both these keys work in conjunction to solve the email security issues of a faked reply to address. This done by attaching the digital signature to the email, and the receiver of the email then verifies the certificate. The digital signature is automatically created by the email software and the private key. It works because the certificate can only be generated by using the private key which was created.. Currently the SMIME standard is supported by Mozilla/Thunderbird, and Outlook Express the Eudora package supports both PGP and SMIME. With these keys the message can also be encrypted. thus it cannot be read in transit. Though on thing to consider is that by encrypting your email you are signalling email of interest to third parties who may be monitoring, as the majority of email traffic goes through in an unencrypted form. To encrypt a message to someone you need to get their public key, which is easily possible as you will automatically receive it when someone sends a message to you with their digital signature.

Where do I get a digital certificate?

Digital certificates are give by a security authority (e.g. http://www.cacert.org/ . The certificate is attached to a specific email address and the certificate is only sent to that particular email address, therefore you need to control the address you want to send and receive email for.

Where are the weaknesses of the digital key system