DataStealth
Resources

Glossary

Definitions for the terms and concepts that come up across data security, tokenization, masking, and compliance.

A

Agentic AI

AI

AI systems that take actions through tools and APIs rather than only producing text, for example calling a refund system or querying a database.

Agentless

Architecture

Operating without installing software on the protected host, typically by working at the network or protocol layer instead.

Not to be confused with: Sidecar

AI Data Leakage

AI

Sensitive data escaping the organisation through prompts, retrieval indexes, training sets, logs or vendor model providers.

Not to be confused with: Data Exfiltration

Anonymization

Compliance Concept

Irreversibly transforming data so no individual can be identified by any reasonably likely means. Truly anonymized data falls outside most privacy regimes.

Not to be confused with: Pseudonymization

Attribute-Based Access Control

(ABAC)Architecture

Access decisions driven by attributes of the user, the resource, the action and the context such as role, region and time, rather than by static role membership alone.

Not to be confused with: RBAC
B

Breach Resilience

Positioning

Designing so that a breach produces limited consequence, rather than assuming breaches can be prevented.

Not to be confused with: Breach Prevention

Bring Your Own Key

(BYOK)Cryptography

A model where the customer supplies and controls the encryption keys used by a service, typically through a cloud KMS or an on-premise HSM.

Not to be confused with: HYOK

Business Associate Agreement

(BAA)Regulation

The contract required between a covered entity and any vendor that handles PHI on its behalf.

Not to be confused with: HIPAA
C

Cardholder Data

(CHD)Data Class

The primary account number, plus cardholder name, expiration date and service code when stored with it.

Not to be confused with: SAD, PAN

Cardholder Data Environment

(CDE)Regulation

The people, processes and technology that store, process or transmit cardholder data or sensitive authentication data, plus connected systems.

Not to be confused with: Scope Reduction

CCPA and CPRA

Regulation

California's privacy statutes, granting rights of access, deletion, correction and opt-out from sale or sharing of personal information.

Not to be confused with: GDPR

Client-Side Attack

Threat

An attack executed in the user's browser rather than on the server, so server-side controls and WAFs cannot see it.

Not to be confused with: Magecart

Confidence Score

Capability

A numeric indication of how certain the classification engine is that a value is what it has been labelled as.

Not to be confused with: False Positive

Controller and Processor

Compliance Concept

The controller determines the purposes and means of processing; the processor acts on the controller's instructions.

D

Data Classification

Capability

Determining what a discovered value actually is and how sensitive it is, using pattern matching, validity checks, context, named-entity recognition and confidence scoring.

Not to be confused with: Data Discovery

Data Discovery

Capability

Locating where sensitive data exists across databases, file shares, object storage, SaaS applications, mainframes and unstructured content.

Not to be confused with: Data Classification

Data Discovery and Classification

(DDC)DataStealth Product

Scans databases, data lakes, SaaS apps and file systems to discover and classify sensitive data such as PII, PHI and PCI using data policy configuration.

Not to be confused with: PDD

Data Exfiltration

Threat

Unauthorized transfer of data out of an environment, whether by an external attacker, an insider or a misconfigured integration.

Not to be confused with: Breach Resilience

Data Masking

Protection Technique

Permanently obscuring a value while preserving format or showing partial information. Irreversible; there is no mapping and no way back to the original.

Not to be confused with: Tokenization, Redaction

Data Processing Agreement

(DPA)Compliance Concept

The contract governing a processor's handling of personal data on a controller's behalf, required under GDPR Article 28.

Not to be confused with: BAA, SCC

Data Residency

Compliance Concept

A requirement that data be physically stored within a defined geography.

Not to be confused with: Data Sovereignty

Data Security Platform

(DSP)DataStealth Product

DataStealth's category. A single platform covering discovery, classification, posture and protection (tokenization, masking, encryption) across the data lifecycle in on-prem, hybrid and cloud environments.

Not to be confused with: DSPM

Data Security Posture Management

(DSPM)Market Category

Industry term for continuous discovery, classification, visibility and monitoring of data risk. It tells you where sensitive data lives and who can reach it. It does not protect the data.

Not to be confused with: DSP

Data Sovereignty

Compliance Concept

The principle that data is subject to the laws of the country in which it is located or whose entities can compel access to it.

Not to be confused with: Data Residency

Data Sprawl

Risk Concept

The uncontrolled proliferation of data copies across systems, clouds and vendors, expanding the attack surface faster than governance can track it.

Not to be confused with: Shadow Data

Data Tokenization

(DT)DataStealth Product

General-purpose tokenization for governance, risk and compliance use cases, applied to any type of sensitive data.

Not to be confused with: PDT

De-identification

Compliance Concept

Removing or transforming identifiers so a record cannot reasonably be linked to an individual. Under HIPAA this has two defined methods: Safe Harbor and Expert Determination.

Not to be confused with: Pseudonymization

Deterministic Tokenization

Protection Technique

Tokenization where a given input always maps to the same token, enabling joins and matching on protected data.

Not to be confused with: Randomized Tokenization

Detokenization

Protection Technique

Authorized reversal of tokenization, retrieving the original value from the vault for a legitimate business need such as processing a payment.

Not to be confused with: Decryption

Dynamic Data Masking

(DDM)DataStealth Product

Real-time, irreversible obfuscation applied inline. Masks sensitive fields for users or applications lacking the right privileges without changing the underlying data.

Not to be confused with: TDM, Static Masking

Dynamic Script

DataStealth Platform

Third-party JavaScript loaded on payment pages that ESP monitors for integrity. Unexpected changes can indicate a Magecart-style attack or unauthorized modification.

E

Embedding

AI

A numeric vector representation of text used for semantic search and retrieval. Embeddings can leak information about their source content.

Not to be confused with: RAG

eSkimming Protection

(ESP)DataStealth Product

Monitors and protects against client-side threats such as Magecart by detecting and blocking unauthorized scripts and security-impacting headers, maintaining the integrity of web payment forms.

Not to be confused with: iFP, PFP

ESP Operating Modes

DataStealth Platform

The three phases of an eSkimming Protection deployment. Passthrough runs inline with minimal inspection to prove the integration. Detection, also called the soaking period, logs and alerts without blocking while the approved script inventory is built. Enforcing, also called blocking mode, actively blocks unauthorized scripts.

Expert Determination

Compliance Concept

The HIPAA de-identification method where a qualified statistician certifies that re-identification risk is very small.

Not to be confused with: Safe Harbor
F

Fail-Open and Fail-Closed

Architecture

What an inline component does when it fails. Fail-open passes traffic through unprotected; fail-closed blocks traffic entirely.

Not to be confused with: High Availability

False Positive

Capability

A value incorrectly identified as sensitive. High false positive rates cause alert fatigue and erode trust in discovery output.

Not to be confused with: Confidence Score

FF3-1

Cryptography

The revised NIST format-preserving encryption mode. The original FF3 was cryptanalytically broken and withdrawn; FF3-1 is the corrected version.

Not to be confused with: FF3 (withdrawn)

Format-Preserving

Protection Technique

A token or protected value that keeps the same shape as the original, so downstream applications, validations and schemas continue to work unchanged.

Not to be confused with: FPE

Format-Preserving Encryption

(FPE)Cryptography

Encryption that preserves the original format, length and character set of a value, so a sixteen-digit card number encrypts to another sixteen-digit number.

Not to be confused with: Vaulted Tokenization

Formjacking

Threat

Injecting malicious code into a web form to capture submitted data before or as it reaches the legitimate destination.

Not to be confused with: Magecart
G

General Data Protection Regulation

(GDPR)Regulation

The European data protection regulation governing processing of personal data, with extraterritorial reach and penalties up to four percent of global turnover.

Not to be confused with: PIPEDA, Law 25
H

Hardware Security Module

(HSM)Cryptography

A tamper-resistant physical device that generates, stores and uses cryptographic keys without exposing them to the host system.

Not to be confused with: KMS

Harvest Now, Decrypt Later

(HNDL)Cryptography

An attack strategy of capturing encrypted data today in the expectation that future computing advances will make it decryptable.

Not to be confused with: Post-Quantum Cryptography

HIPAA

Regulation

US legislation governing the privacy and security of protected health information, comprising the Privacy Rule, the Security Rule and the Breach Notification Rule.

Not to be confused with: HITECH, PHIPA

Hold Your Own Key

(HYOK)Cryptography

A stronger model where keys never leave the customer's control, even during cryptographic operations.

Not to be confused with: BYOK
I

iFrame Protection

(iFP)DataStealth Product

Protects embedded iFrames, including hosted payment fields and third-party widgets, from clickjacking, overlay hijacking and malicious script interference.

Not to be confused with: ESP, PFP
K

Key Management Service

(KMS)Cryptography

A managed service for creating, storing, rotating and controlling access to cryptographic keys. AWS KMS, Azure Key Vault and Google Cloud KMS are the major examples.

Not to be confused with: HSM, Vault
L

Large Language Model

(LLM)AI

A model trained on large text corpora that generates and reasons over natural language, underpinning assistants such as ChatGPT and Copilot.

Law 25

Regulation

Quebec's private-sector privacy law, substantially reformed in 2021 with obligations phased in through 2024. Stricter than PIPEDA on consent, transparency and automated decision-making.

Not to be confused with: PIPEDA

Least Privilege

Architecture

Granting each user, service and process only the access required for its function, and no more.

Not to be confused with: Standing Privilege, ABAC

Level 1 Service Provider

Regulation

The highest PCI DSS service provider tier, requiring an annual on-site assessment by a QSA.

Not to be confused with: QSA
M

Magecart

Threat

A category of client-side attack in which malicious JavaScript is injected into checkout pages to skim payment card data as customers type it.

Not to be confused with: Formjacking
N

Named Entity Recognition

(NER)Technology

A natural language processing technique that identifies entities such as names, locations and organisations inside free text.

Nexus

DataStealth Platform

The core runtime that orchestrates all DataStealth components: policy engine, workflow execution, module loading, configuration, and coordination between proxy modules, engines, storage and batch processors.

Not to be confused with: Vault
O

Obfuscation

Protection Technique

Hiding sensitive data while preserving its format or exposing partial information, such as displaying only the last four digits of a card.

Not to be confused with: Redaction
P

Payload Handler

DataStealth Platform

Component that parses and protects sensitive data inside a specific payload format: JSON, XML, SOAP, CSV, spreadsheet, document, image and others.

Not to be confused with: Protocol Handler

Payment Card Industry data

(PCI)Data Class

Credit card and payment information subject to the PCI Data Security Standard.

Not to be confused with: CHD, PCI DSS

Payment Data Discovery

(PDD)DataStealth Product

Specialised discovery focused on identifying payment card data and payment-related information across systems.

Not to be confused with: DDC

Payment Data Tokenization

(PDT)DataStealth Product

Tokenization focused specifically on payment card data and PCI compliance use cases.

Not to be confused with: DT

Payment Form Protection

(PFP)DataStealth Product

Secures payment forms through hosted or protected implementations, preventing compromise of cardholder data at the point of capture.

Not to be confused with: ESP, iFP

PCI Data Security Standard

(PCI DSS)Regulation

The security standard governing organisations that store, process or transmit payment card data. Current version is v4.0.1.

Not to be confused with: PCI SSC

PCI DSS Requirement 11.6.1

Regulation

Requires a change and tamper detection mechanism to alert on unauthorized modification of payment page HTTP headers and content.

Not to be confused with: 6.4.3

PCI DSS Requirement 6.4.3

Regulation

Requires management and integrity assurance of all scripts loaded and executed in the consumer's browser on payment pages.

Not to be confused with: 11.6.1

PCI SSC Board of Advisors

Regulation

An elected body of Participating Organizations that provides industry input into PCI standards. The 2025 to 2027 term comprises 64 organizations. DataStealth holds a seat.

Not to be confused with: PPO

Personally Identifiable Information

(PII)Data Class

Data that can identify an individual, including names, addresses, email addresses, phone numbers and government identifiers.

Not to be confused with: PHI, Personal Data

PHIPA

Regulation

Ontario's Personal Health Information Protection Act, governing health information custodians and their agents.

Not to be confused with: HIPAA

PIPEDA

Regulation

Canada's federal private-sector privacy law, governing collection, use and disclosure of personal information in commercial activity.

Not to be confused with: Law 25, PHIPA

Post-Quantum Cryptography

(PQC)Cryptography

Cryptographic algorithms designed to resist attack by quantum computers. NIST standardised the first set in 2024.

Not to be confused with: Quantum-resistant

Primary Account Number

(PAN)Data Class

The payment card number itself. The element that determines PCI DSS scope wherever it is stored, processed or transmitted.

Not to be confused with: CHD

Principal Participating Organization

(PPO)Regulation

The senior tier of PCI SSC membership, giving strategic input into standards development. DataStealth became a PPO in January 2025.

Not to be confused with: Board of Advisors

Prompt

AI

The input sent to a model, which in enterprise use frequently contains customer records, account details and other regulated values.

Protected Health Information

(PHI)Data Class

Individually identifiable health information held or transmitted by a covered entity or business associate, protected under HIPAA.

Not to be confused with: PII, ePHI

Protocol Handler

DataStealth Platform

Component that understands a specific wire protocol so DataStealth can inspect and transform data in motion: HTTP and HTTPS, SSH, SFTP, FTPS, SMTP, and database protocols.

Not to be confused with: Payload Handler

Pseudonymization

Compliance Concept

Replacing identifying values with surrogates in a way that can be reversed with additional information held separately. Recognized in GDPR Recital 28 as a risk-reduction measure.

Not to be confused with: Anonymization
Q

Qualified Security Assessor

(QSA)Regulation

An individual or firm certified by the PCI SSC to assess compliance with PCI DSS.

Not to be confused with: ISA, ROC

Quantum-Resistant

Cryptography

Not vulnerable to attack by a quantum computer. For vaulted tokens this holds because there is no mathematical relationship to break.

Not to be confused with: Post-Quantum Cryptography

Quorum

Protection Technique

A storage model requiring a minimum number of distributed nodes to respond before a protected value can be reassembled, so no single node compromise yields a usable record.

Not to be confused with: Cabinet, Shard
R

Re-identification Risk

Compliance Concept

The likelihood that a protected record can be linked back to an individual, whether through weak substitution, retained partial values, or combination with other datasets.

Redaction

Protection Technique

Permanently removing or blacking out sensitive information, leaving no trace of the original. Includes replacing a value with NULL and area redaction in PDFs and images.

Not to be confused with: Obfuscation, Masking

Referential Integrity

Protection Technique

The property that the same input value always produces the same protected output everywhere it occurs, so joins, foreign keys and application logic keep working across tables.

Not to be confused with: Deterministic Tokenization

Retrieval-Augmented Generation

(RAG)AI

An architecture where a model retrieves relevant documents from an index at query time and uses them to ground its answer.

Not to be confused with: Embedding
S

Safe Harbor

Compliance Concept

The HIPAA de-identification method that requires removal of eighteen specified identifier types and no actual knowledge that the remainder could identify an individual.

Not to be confused with: Expert Determination

Scope Reduction

Regulation

Removing systems from the assessed environment by ensuring they no longer store, process or transmit cardholder data, typically by tokenizing before ingress.

Not to be confused with: CDE

Sensitive Authentication Data

(SAD)Data Class

Full track data, card verification codes and PINs. Must never be stored after authorization, even encrypted.

Not to be confused with: CHD

Shadow Data

Risk Concept

Copies of sensitive data in locations outside the sanctioned inventory: forgotten dev copies, exports, backups, orphaned shares.

Not to be confused with: Shadow IT, Data Sprawl

Shadow IT

Risk Concept

Applications and services adopted by business units without IT or security approval.

Not to be confused with: Shadow Data

Sidecar

Architecture

A companion process deployed alongside an application, commonly in a service mesh, that intercepts its traffic.

Not to be confused with: Agentless

SOC 2

Regulation

An attestation report on controls relevant to security, availability, processing integrity, confidentiality and privacy.

Not to be confused with: ISO 27001

Standing Privilege

Threat

Persistent, always-on access rights held by a user or service regardless of whether the access is currently needed.

Not to be confused with: Least Privilege

Static Data Masking

Protection Technique

Traditional approach that creates a separate, permanently masked copy of a dataset for non-production use.

Not to be confused with: TDM, DDM
T

Test Data Management

(TDM)DataStealth Product

De-identifies production data in real time during transfer to non-production environments, creating safe datasets for development, testing and analytics.

Not to be confused with: Static Data Masking

TLS Termination

Architecture

Decrypting a TLS session at an intermediate point so its contents can be inspected or modified, then re-encrypting onward.

Not to be confused with: Inline Interception

Tokenization

Protection Technique

Non-mathematical, keyless replacement of a sensitive value with a format-preserving surrogate. The mapping between token and original is held in a vault.

Not to be confused with: Encryption, Masking

Transparent Proxy

Architecture

An inline component that intercepts and transforms traffic without requiring changes to the client or the application.

Not to be confused with: Inline Interception
U

Unstructured Data

Data Class

Data without a predefined schema: documents, PDFs, scans, images, logs, emails, free-text fields.

Not to be confused with: Structured Data
V

Vault

DataStealth Platform

Secure, distributed storage for sensitive data and token-to-real-value mappings. Uses a cabinet-based architecture that can split tokens across multiple physical locations.

Not to be confused with: Cabinet, Shard

Vaulted Tokenization

Protection Technique

Tokenization where token-to-value mappings are stored in a secure vault. Provides true data separation because the token carries no derivable relationship to the original.

Not to be confused with: Vaultless Tokenization

Vaultless Tokenization

Protection Technique

Tokenization performed by cryptographic transformation rather than a stored mapping. Requires no vault but depends on cryptographic keys. In practice this means format-preserving encryption.

Not to be confused with: Vaulted Tokenization, FPE
Z

Zero Trust

Architecture

A security model that assumes no implicit trust based on network location and verifies every access request against policy.

Not to be confused with: Least Privilege