Forward anonymity #563
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Forward anonymity, analogous to forward secrecy, in computer security and cryptography is the property which prevents an attacker who has recorded past communications from discovering the identities of the participants, even after the fact.
When speaking of forward secrecy, system designers attempt to prevent an attacker who has recorded past communications from discovering the contents of said communications later on. One example of a system which satisfies the perfect forward secrecy property is one in which a compromise of one key by an attacker (and consequent decryption of messages encrypted with that key) does not undermine the security of previously used keys.
When speaking of forward anonymity, system designers attempt to prevent an attacker who has recorded past communications from discovering the identities of the participants, even after the fact. This property is not to be confused with sender (or receiver) anonymity, in which the identity of the sender (or receiver) remains unknown to all entities in the system.Add this if is posible .
Source http://en.wikipedia.org/wiki/Forward_anonymity
http://www.python.org/dev/peps/pep-0403/
I believe the suggestion made at https://www.reddit.com/r/bitmessage/comments/3zzevp/forward_secrecy_for_bitmessage/ also provides forward secrecy, but I don't consider myself an expert in this area so maybe I'm mistaken. I am increasingly inclined to support the suggestion described in the post.