Forward anonymity #563

Open
opened 2013-11-17 19:47:21 +01:00 by drkiko · 1 comment
drkiko commented 2013-11-17 19:47:21 +01:00 (Migrated from github.com)

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/

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/
PeterSurda commented 2016-01-22 18:29:31 +01:00 (Migrated from github.com)

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.

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.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2025-03-03#563
No description provided.