Anonymous Token Decoupling for Privacy and Data Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Social networking systems face challenges in protecting users' privacy, as they worry about unauthorized access to their personal information, including concerns about hacking and data sharing with third parties, which discourages users from sharing data, and encryption solutions hinder data analysis across users.

Innovation Solution

A system that decouples personal information from user identity by using anonymous tokens, allowing users to share information securely while enabling data analysis by storing information in the clear, and using keys to connect anonymous tokens to user IDs for authorized access.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If personal information is stored encrypted to protect privacy, then security against unauthorized access is improved, but data analysis and pattern extraction become difficult

Engineering Contradiction:
Improveprivacy protectionVSAvoiddata analysis capability
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The system segments personal information storage by decoupling it from user identity through anonymous tokens. Information is stored in the clear under anonymous identifiers, allowing analysis, while access control mechanisms segment the connection between information and real users, enabling both analysis and privacy protection simultaneously

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Anonymous tokens serve as intermediaries between user identity and personal information. The tokens allow information to be stored and analyzed without exposing user identity, while controlled connection mechanisms (keys) enable authorized access when needed, resolving the contradiction between clear-text storage and privacy protection

Inventive Principle:
Principle #24Intermediary (Mediator)

2Loss of information

If personal information is stored in clear text to enable data analysis, then data analysis and pattern extraction are improved, but unauthorized access and security risks increase

Engineering Contradiction:
Improvedata analysis capabilityVSAvoidunauthorized access risk
Core Design Contradiction:
Loss of informationVSObject-affected harmful factors

Solution Approach 1:

The system segments the connection between user identity and personal information using anonymous tokens. Information is stored in clear text under anonymous identifiers, enabling analysis, while the segmentation isolates user identity from the stored data, reducing unauthorized access risk

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Anonymous tokens act as intermediaries that decouple user identity from personal information storage. This allows clear-text storage for analysis while the token mechanism serves as a protective layer against unauthorized access to user-identifiable data

Inventive Principle:
Principle #24Intermediary (Mediator)

3Ease of operation

If user identity is directly linked to personal information for easy access, then ease of operation is improved, but user privacy and security concerns increase

Engineering Contradiction:
Improveinformation accessVSAvoiduser privacy protection
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system segments user identity from personal information storage by using anonymous tokens as intermediate identifiers. This allows users to access their information easily through token retrieval while their real identity remains protected and segmented from the stored data

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Anonymous tokens serve as intermediaries between user identity and personal information. Users can operate with tokens for easy access while the intermediary layer protects their real identity, resolving the contradiction between operational ease and privacy protection

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS8752196B2Protecting privacy of shared personal information
Publication Date: 2014.06.10 R2 SOLUTIONS LLC
  • US8752196B2 patent drawing
  • US8752196B2 patent drawing
  • US8752196B2 patent drawing

AI summary

Methods and apparatus are described to protect personal information by decoupling it from user identity. According to specific embodiments, this is accomplished by associating each user with an anonymous token that is decoupled from the user's identity. Personal information (e.g., a user's physical or geographic location) is stored in association with this anonymous token, with no apparent connection to the user. Those allowed to access the personal information—including the owner himself—are granted the ability through a variety of mechanisms to connect the anonymous token back to the owner. The personal information can then be retrieved by locating the data stored in association with the anonymous token in the data store.