The Call of the Open Sidewalk

From a place slightly to the side of the more popular path

User Tools

Site Tools


pgpfan:forward_secrecy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
pgpfan:forward_secrecy [2020/07/14 16:45] – [Forward Secrecy] Better organization b.walzerpgpfan:forward_secrecy [2020/07/14 17:51] – The major rewrite b.walzer
Line 1: Line 1:
 ======Forward Secrecy====== ======Forward Secrecy======
  
-The PGP protocol is sometimes criticized because it lacks a feature called [[wp>Forward_secrecy|forward secrecy]] which goes something like this:+The PGP protocol is sometimes criticized because it lacks a feature called [[wp>Forward_secrecy|forward secrecy]]. It goes something like this:
  
-Some process is used to come up with a temporary key known only to you and your correspondent (e.g. [[wp>Diffie–Hellman key exchange]]). That key is used to encrypt the message. After the message is transferred and decrypted that temporary key is destroyed. Since the key is gone the message is inaccessible. The idea is to prevent access to your message after it has been transferred.+Some process is used to come up with a temporary key known only to you and your correspondent (e.g. [[wp>Diffie–Hellman key exchange]]). That key is used to encrypt the message. After the message is transferred and decrypted that temporary key is destroyed. Since the key is gone the message is inaccessible. The goal is to permanently prevent access to your message after it has been transferred.
  
 The first important point is that forward secrecy depends on the integrity of the encryption. If someone manages to break the encryption on your old messages they will still get access to them. The first important point is that forward secrecy depends on the integrity of the encryption. If someone manages to break the encryption on your old messages they will still get access to them.
  
-The second important point comes from the first. Since forward secrecy depends on the integrity of the encryption it will only be superior  in the case where someone gets access to your private key information. For the end to end encryption case that will mean compromising an end device. The next three subsections break out the potential benefit of forward secrecy after an end device is compromised.+The second important point comes from the first. Since forward secrecy depends on the integrity of the encryption it will only be superior in the case where someone gets access to your private key information. For the end to end encryption case that will mean compromising an end device.
  
-=====Message Archives=====+If someone compromises your end device then they have access to whatever you have access to. They can acquire any passwords or passphrases with a key logger. They can see what you see on the screen either at the character stream level or with screenshots. There are two important implications here:
  
-If someone gains access to one of your private PGP encryption keys then they can decrypt all the archived email that was originally sent to the associated identityA system with forward secrecy requires a separate system to save and encrypt archived messagesThat system can't be made any more secure than a system for protecting a PGP private keyIf better system was invented then you could use it to protect your PGP keys.+  * They get access to any saved messagesFor forward secrecy to work you must give up message archiving. 
 +  * They get access to any transferred messagesForward secrecy is of no value after compromise.
  
-There is no practical security difference between PGP and a system providing forward secrecy for the case of message archives.+Forward secrecy requires an end to end, bidirectional communications channel to establish a temporary key. So it is normally not usable with offline messaging. Adding an offline messaging capability to a system supporting forward secrecy involves creating an extra subsystem (e.g. the Signal protocol prekey system). A forward secrecy supporting system by necessity also requires a separate subsystem for message archiving.  As a contrast, PGP is able to support offline messaging, online messaging and message archiving in the same simple straightforward way. So the cost of forward secrecy is either significant extra complexity or the lack of support for an important messaging mode.
  
-=====Post-Compromise===== +In the case of something like encrypted email where archived messages almost always exist the benefit of forward secrecy is not worth the cost of the extra complexity. That is probably true for any end to end encrypted messaging application with an offline message delivery capability where messages are normally kept.
- +
-If someone gains access to one of your private PGP encryption keys then they can then decrypt any intercepted email sent to the associated identity. If someone gains access to a private key associated with an identity used in a forward secrecy system then they only gain the ability to impersonate you. They still don't have access to shared keys you might negotiate with your correspondents so they can't decrypt passively intercepted messages. +
- +
-This only works for the case where the access is only a copy of your private key. If your opponent gets write access to your device they can probably leverage that into access to your messages going forward. Gaining access to a pass-phrase protected PGP private key requires at least enough access to install a key-logger (or equivalent) which implies write access. The ability to impersonate you would normally give them at least partial access to your discussions. +
- +
-A system providing forward secrecy has a theoretical advantage in this case, but in practice the advantage would likely be minimal. +
- +
-=====Pre-Compromise===== +
- +
-This assumes that there is someone with enough foresight (and [[starttls|ability]]) to record your encrypted messages off the network or your email server. That message archive can be decrypted if they later gain access to your PGP private key. That archive would have been useless in the case of a forward secrecy supporting system as the decryption key(s) would of been destroyed. +
- +
-This is the advantage of forward secrecy. +
- +
-=====Conclusions===== +
- +
-Forward secrecy: +
- +
-  * provides no real protection after a compromise. +
-  * provides no protection of archives. +
-  * is rendered pointless for messages that are archived. +
- +
-The addition of forward secrecy to a protocol increases the complexity of that protocol. In the case of something like encrypted email where archived messages almost always exist it wouldn't be worth the cost even if it could somehow be provided. That is probably true for any end to end encrypted messaging application with an offline message delivery capability. Adding in the issue with message archives we can reasonably conclude that forward secrecy is not generally something one would want in a messaging system.+
  
 [[pgpfan:index|PGP FAN index]] [[pgpfan:index|PGP FAN index]]
  
pgpfan/forward_secrecy.txt · Last modified: 2022/03/19 21:50 by b.walzer