Obfuscated Cardholder Name Hashing for Chargeback Fraud Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Payment networks do not transmit cardholder name information during chargebacks due to sensitivity, leading to delayed merchant decision-making and increased risk of PII leakage, hindering fraud analysis.

Innovation Solution

A collisionable hash algorithm is applied to cardholder names, creating obfuscated strings using a Caesar cipher, allowing secure transmission over unsecured channels without decoding, enabling fraud analysis by merchants.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of time

If cardholder name information is transmitted during chargebacks, then merchant decision-making speed improves, but PII leakage risk increases

Engineering Contradiction:
Improvemerchant decision-making delayVSAvoidPII leakage risk
Core Design Contradiction:
Loss of timeVSObject-affected harmful factors

Solution Approach 1:

A payment token is introduced as an intermediary element that replaces the actual cardholder name in chargeback transactions. The token contains encoded information that enables merchant decision-making while preventing direct exposure of PII. The token acts as a mediator between the need for information access and the need for security protection.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

Instead of transmitting the original cardholder name, a copy or representation (the payment token) is created and transmitted. This token replicates the essential functionality needed for chargeback processing while being inherently safer than the original PII data.

Inventive Principle:
Principle #26Copying

2Object-affected harmful factors

If cardholder name information is not transmitted, then PII leakage risk is minimized, but merchant fraud analysis capability deteriorates

Engineering Contradiction:
ImprovePII leakage riskVSAvoidfraud analysis capability
Core Design Contradiction:
Object-affected harmful factorsVSLoss of information

Solution Approach 1:

The payment token serves as an intermediary that preserves essential fraud analysis capabilities without requiring direct access to PII. The token contains sufficient information for merchants to perform fraud analysis while maintaining a security barrier.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The information is transformed from its original form (cardholder name) into a different parameter representation (payment token) that maintains analytical utility while changing the security characteristics. The token format enables fraud detection algorithms to function effectively without handling sensitive PII.

Inventive Principle:
Principle #35Parameter changes

3Object-affected harmful factors

If traditional hash functions are used to mask PII, then PII protection is improved, but fraud analysis usefulness deteriorates due to collision avoidance

Engineering Contradiction:
ImprovePII protectionVSAvoidfraud analysis usefulness
Core Design Contradiction:
Object-affected harmful factorsVSLoss of information

Solution Approach 1:

The patent inverts the traditional hash function approach by intentionally allowing collisions rather than preventing them. This inversion creates a masking mechanism that protects PII while preserving the ability to perform fraud analysis, as the controlled collisions maintain useful information patterns.

Inventive Principle:
Principle #13The other way round (Inversion)

Solution Approach 2:

The hash function parameters are changed from collision-avoidance settings to collision-tolerance settings. This parameter change transforms the hash function from a traditional PII protection tool into a specialized tool that balances protection with analytical utility for fraud detection.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12561478B2Obfuscated storage and transmission of personal identifiable information
Publication Date: 2026.02.24 MASTERCARD INT INC
  • US12561478B2 patent drawing
  • US12561478B2 patent drawing
  • US12561478B2 patent drawing

AI summary

A method for obfuscated storage and transmission of Personal Identifiable Information (PII) includes applying a collisionable hash algorithm to each name in a dataset of potentially personal identifiable information to generate a set of obfuscated names. Applying the collisionable hash algorithm involves selecting a first group of characters from a name proceeding from left to right; selecting a second group of characters from the name proceeding from right to left; combining the first group of characters and the second group of characters to generate a sequence of characters; and applying a cipher to the sequence of characters to generate an obfuscated name for the set of obfuscated names.