|
|
By Erik Kangas, PhD, President
|
Posts Tagged ‘opportunistic TLS’
Published: Friday, February 19th, 2010
TLS stands for “Transport Layer Security” and is closely related to “SSL” (Secure Socket Layer). TLS is one of the standard ways that computers transmit information over an encrypted channel. In general, when one computer connects to another computer and uses TLS, the following happens:
- Computer A connects to Computer B (no security)
- Computer B says “Hello” (no security)
- Computer A says “Lets talk securely over TLS” (no security)
- Computer A and B agree on how to do this (secure)
- The rest of the conversation is encrypted (secure)
In particular:
- The meat of the conversation is encrypted
- Computer A can verify the identity of Computer B (by examining its SSL certificate, which is required for this dialog)
- The conversation cannot be eavesdropped upon (without Computer A knowing)
- The conversation cannot be modified by a third party
- Other information cannot be injected into the conversation by third parties.
TLS (and SSL) is used for many different reasons on the Internet and helps make the Internet a more secure place, when used. One of the popular uses of TLS is with SMTP. See also:
Read the rest of this post »
Tags: AES256, opportunistic TLS, secure, smtp, smtp tls, ssl certificate, tls Posted in AAA Featured Articles, LuxSci Library: Security and Privacy
13 Comments »
Published: Wednesday, September 9th, 2009
Several months back, we discussed Enforcing Email Security with TLS when Communicating with Banks. This is a critical stipulation for many banks that have strict requirements that all email messages be encrypted in transit via TLS when communicating with them.
Bank of America
Bank of America (BoA) is a case in point. Their requirements are as follows:
Read the rest of this post »
Tags: Bank of America, Bank of America Partner, BoA, email, opportunistic TLS, policy, secure, tls Posted in Business Solutions
No comments »
Published: Friday, March 13th, 2009
Section 1: Introduction to Email Security
You may already know that email is insecure; however, it may surprise you to learn just how insecure it really is. For example, did you know that messages which you thought were deleted years ago may be sitting on servers half-way around the world? Or that your messages can be read and modified in transit, even before they reach their destination? Or even that the username and password that you use to login to your email servers can be stolen and used by hackers?
This article is designed to teach you about how email really works, what the real security issues are, what solutions exist, and how you can avoid security risks.
Information Security and integrity are becoming more important as we use email for personal communication and business. While you are reading this article imagine how security problems can affect your business or personal life…. if they have not already.
Read the rest of this post »
Tags: asymmetric encryption, eavesdropping, email security, false messages, http, identity theft, imap, invasion of privacy, message modification, Message Replay, opportunistic TLS, pgp, pop, repudiation, s/mime, Simple Mail Transport Protocol, smtp, SMTP relaying, smtp server, ssl, ssl certificate, symmetric encryption, tls, Unprotected Backups Posted in AAA Featured Articles, LuxSci Library: Security and Privacy, TechNotes
14 Comments »
|
|