Penguin
Diff: OpportunisticEncryption
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of OpportunisticEncryption.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, February 28, 2009 4:00:51 pm by LawrenceDoliveiro
Older page: version 2 Last edited on Friday, October 3, 2003 4:51:54 pm by CraigBox Revert
@@ -7,5 +7,12 @@
 With OE, each system/network administrator puts the key(s) needed to create IPSEC tunnels with their networks into the [DNS]. Then when another OE enabled IPSEC gateway wants to send packets to a host on the Internet, a check is first done to see if there are any keys in the DNS for that host and if there are, they are fetched and an encrypted tunnel is set up transparently. If there are no keys, then the packets MAY (if the administrator of the sending network allows so in his security policy) be sent in the clear. 
  
 FreeSwan 2 does [OE] out of the box. [FreeSWAN's quickstart to Opportunistic Encryption|http://www.freeswan.org/freeswan_trees/CURRENT-TREE/doc/quickstart.html] might help. 
  
-See the very readable [IETF draft for the Opportunistic Encryption specification|http://www.sandelman.ottawa.on.ca/SSW/freeswan/oeid/draft-richardson-ipsec-opportunistic.html] 
+See the very readable [IETF draft for the Opportunistic Encryption specification|http://www.sandelman.ottawa.on.ca/SSW/freeswan/oeid/draft-richardson-ipsec-opportunistic.html].  
+  
+Note that OE does ''not'' guard against ManInTheMiddle attacks, unless the keys can be independently authenticated, for example by [DNSSEC].  
+  
+So what is the point of it? It is resistant to passive snooping, for example by spy agencies, other Government organizations, and Bad Guys in general. To defeat the encryption, they would have to actively intercept your connection attempts and substitute their own keys. This might be considered too much work for somebody who is not specifically targeting you, but just generally snooping on Internet traffic, hoping to find something interesting. Is this a realistic threat to guard against? Only you can decide.  
+  
+----  
+CategoryCryptography