Selective Obfuscation in Multi-Party Communication
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Multi-party communication technologies, such as VoIP, often lack privacy features, making it difficult for participants to have private discussions without revealing sensitive information to all parties, especially in geographically dispersed conferences.
Innovation Solution
The solution involves selectively obfuscating information by encrypting segments of communication using cryptographic keys, where only identified participants can decrypt the information, while others receive filler patterns, allowing private discussions within a multi-party exchange without affecting the overall communication channel.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If all participants in a multi-party communication can hear all segments, then the communication channel remains simple and open, but privacy and security of sensitive information are compromised
Solution Approach 1:
The communication stream is divided into individual segments, each of which can be independently encrypted or left unencrypted. This allows selective application of encryption to only those segments containing sensitive information, rather than encrypting the entire communication stream. The segmentation enables granular control over privacy while minimizing system complexity.
Solution Approach 2:
Different encryption treatments are applied to different segments of the communication based on their sensitivity. Some segments are encrypted with cryptographic keys while others remain unencrypted. This local differentiation allows the system to provide privacy protection only where needed, rather than uniformly across all communications.
2Reliability
If encryption is applied to all segments, then privacy is maximized, but communication efficiency and accessibility deteriorate
Solution Approach 1:
Instead of applying encryption to all communication segments (excessive action), the system applies encryption only to the specific segments that require privacy protection (partial action). This selective approach maintains communication efficiency for non-sensitive segments while providing security where necessary.
3Ease of operation
If cryptographic keys are distributed to all participants, then decryption capability is universal, but selective privacy control is lost
Solution Approach 1:
Cryptographic keys are distributed selectively to specific participants based on their authorization level and the sensitivity of the information. Each participant receives keys only for segments they are authorized to access, creating local differentiation in key distribution that enables selective privacy control.
Solution Approach 2:
The system introduces an intermediary key management mechanism that controls which participants receive which cryptographic keys. This intermediary layer enables selective distribution of decryption capabilities without requiring direct peer-to-peer key sharing, thus maintaining both accessibility for authorized users and privacy control.
Data Source
AI summary
Selectively obfuscating, or obscuring, a portion or portions of information in a multi-party transmission. A user participating in a multi-party exchange signals a communication device (or proxy) that he will provide private information that is to be perceptible only to a subset of the other participants. This user also identifies that subset, preferably by providing a group identifier for a group in which that subset of participants are members. The communication device transmits a member-specific descriptor comprising an encrypted version of a group key, and uses this group key to encrypt the private information that is to be perceptible only to the subset. Device-specific characteristics of participant devices are used, in addition to user-provided data (such as a user's log-on identifier and/or password), as input to create cryptographic key information. Only participants in the subset can decrypt the encrypted private information; other participants preferably receive a filler pattern instead.


