Truncation
PCIComplianceHubLast updated
Permanently removing part of the primary account number so the full number cannot be recovered from what remains, for example keeping only the first six and last four digits. Truncation is one of the methods PCI DSS accepts for rendering a stored PAN unreadable, and it is not the same as masking: masking hides digits at the point of display while the full PAN is still held, whereas truncation destroys the removed digits outright. Truncated data falls out of scope only conditionally. The format has to stay within the digits PCI SSC permits for the business need; the same PAN must not be truncated to two different formats that can be correlated to rebuild digits; and truncated values must not sit alongside a hash of the same PAN, from which the original is trivial to reconstruct. The system performing the truncation handles the full PAN and stays in scope regardless.