Diff: FAQ #1308
How can an entity ensure that hashed and truncated versions cannot be correlated, as required in PCI DSS Requirement 3.4?
Earlier Version
2014-11-20 00:00:00 UTC
2014-11-20 00:00:00 UTC
Later Version
2025-06-11 14:58:15 UTC
2025-06-11 14:58:15 UTC
Removed
Added
The simplest approach for meeting this requirement is to not store hashed and truncated PAN. If, however, an entity wishes to store both hashed and truncated
The simplest solution is not to store both hashed and truncated PAN
Use of strong, unique, secret salts for hashing
Separate storage systems for hashed and truncated values, isolated with segmentation, and distinct access controls
Preventing cross-references or database links between values
Real-time monitoring to detect correlation attempts
These are examples only.
- Use of a unique, strong and secret input
As per the guidance listed in PCI DSS implementing keyed cryptographic hashes w
- Use of separate storage systems, one for hashed and one for truncated PANs, that are isolated from each another using segmentation, separate access controls, etc
- Configuring file/database systems to prevent the existence of any cross-references or links between a hash and a truncated PAN
- Use of real-time monitoring and dynamic response to detect and prevent requests to access correlating PAN values.
These examples are provided as suggestions; entities are not limited to only the above methods. Whichever methods are used, they should prevent unauthorized persons being able to correlate a hashed PAN to a truncated PAN, and be appropriate for the entity?s environment.