A property of a secure messaging system which ensures that your past communications can remain secure even if one of the private keys is stolen later. For HTTPS
websites, forward secrecy
is an important protection against adversaries like intelligence agencies which may record large amounts of traffic and use a stolen key
to decrypt
it. For instant messaging and chat systems, forward secrecy is necessary to ensure that deleted messages are really deleted, but you will also need to either disabled logging or securely delete past messages.
Synonyms:
Perfect forward secrecy
A Project of the Electronic Frontier Foundation