Sensitive data

Sensitive data

Elena Ross
April 6, 2026· 12 min read

Sensitive data is information that could cause serious harm to a person or organization if exposed or misused. It includes bank accounts, medical records, trade secrets, and more. IBM reported that the global average cost of a data breach reached $4.88 million in 2025[1], so knowing how to classify and protect critical information is now basic digital survival.

Key Takeaways

  • Sensitive data is not the same as personal information. Trade secrets and classified government files can also be sensitive.
  • China’s Personal Information Protection Law treats biometrics, health data, financial accounts, and minors’ information as “sensitive personal information” that requires separate consent.[2]
  • For individuals, the core stack is strong passwords + two-factor authentication + encrypted transmission through a VPN.
  • Organizations should build data classification systems and collect data under a “minimum necessary” principle.
  • You are the first line of defense for your own data. Do not wait for a breach to start caring.

What is the difference between sensitive data and personal information?

Many people treat sensitive data and “personal information” as the same thing. They overlap, but they are different. If you are building a broader security baseline with a resource like our complete online security guide, this distinction is a good place to start.

Personal information identifies a specific person: name, phone number, email address, birth date. Some of it may be low risk on its own.

Highly sensitive information is broader. It includes any data that could cause harm if exposed. Your card number, diagnosis, and fingerprint may be both sensitive and personal. A company’s product roadmap or a government file may not be personal at all, but it can still be highly sensitive.

In short: all sensitive personal data is personal information, but not all personal information is high risk; and high-risk assets go far beyond personal data.

CategoryTypical examplesConsequences of exposure
Personal information, non-sensitiveName, email, phone numberSpam, unwanted calls
Sensitive personal informationNational ID, bank account, face dataIdentity theft, financial loss
Non-personal sensitive dataTrade secrets, patent designs, government recordsLoss of competitive advantage, national security risk

China’s PIPL defines sensitive personal information as personal information that, once leaked or illegally used, could harm personal dignity or endanger personal or property safety.[2] Processing this type of information requires separate consent, and companies must conduct a personal information protection impact assessment in advance.

What counts as sensitive data?

Sensitive information can be grouped into seven broad categories.

Financial account information

Bank card numbers, credit card CVVs, investment records, and payment passwords. If stolen, this information can lead directly to fraud or unauthorized transfers. PCI DSS sets strict storage and transmission requirements for payment card data.[3]

Medical and health information

Diagnoses, medication records, physical exam reports, genetic data. Exposure can lead to employment discrimination, insurance denial, or medical identity fraud.

Login credentials and authentication data

Passwords, PINs, security question answers, and two-factor tokens. Credential exposure can allow attackers to take over email, social accounts, or internal company systems. IBM found stolen credentials were the second most common initial attack vector in 2025 data breaches.[1]

Biometric information

Fingerprints, iris scans, face features, voiceprints. Unlike passwords, biometrics cannot be reset once exposed, which is why PIPL treats them as sensitive personal information.

Education and employment records

Transcripts, degrees, salary details, performance reviews, employment contracts. Misuse can harm professional reputation or support fake credential fraud.

Trade secrets and intellectual property

Product designs, customer lists, pricing strategies, internal strategic plans. For a business, exposure can destroy competitive advantage.

Government classified information

Files and data related to national security, law enforcement, or government operations. China’s Data Security Law treats data related to key national security fields as “core data” subject to the strictest protections.[4]

Why should you care about data protection?

Data breaches are not just someone else’s headline. The impact depends on your role.

Impact on individuals

  • Identity theft: attackers can use your ID number to apply for loans or cards, leaving you to repair the damage.
  • Account takeover: losing email, social, or payment accounts can put both money and relationships at risk.
  • Privacy exposure and doxxing: phone numbers, addresses, and location trails can lead to harassment or targeted attacks.
  • Employment and insurance discrimination: exposed health or disability information can affect jobs and coverage.

Impact on organizations

  • Direct financial loss: ransomware, IP theft, and business interruption drove average breach costs to $4.88 million.[1]
  • Regulatory penalties: GDPR can fine up to 4% of global annual revenue; China’s PIPL can impose up to RMB 50 million or 5% of previous-year revenue.[2]
  • Loss of trust: customers may leave permanently after a breach.
  • Follow-on lawsuits: employees, customers, and partners may all bring claims.

How do you measure data sensitivity?

Not all data is equally sensitive. The same data can also carry different risk in different contexts.

The CIA assessment framework

NIST’s FIPS 199 standard evaluates sensitivity across three dimensions.[5]

DimensionCore questionAssessment focus
ConfidentialityHow serious would disclosure be?Would unauthorized disclosure cause real harm?
IntegrityHow serious would tampering be?What happens if data is changed or damaged?
AvailabilityHow serious would loss of access be?What is the business impact of interruption?

Each dimension can be assessed as low, moderate, or high. A public press release may be low across all three. A patient diagnosis may be high for confidentiality and integrity.

Data classification systems

China’s Data Security Law establishes a national classification and grading framework[4], and GB/T 43697-2024 further details implementation.

LevelDefinitionTypical examples
Core dataExposure could endanger national security or economic lifelinesClassified government files, critical infrastructure data
Important dataExposure may harm public interestsLarge-scale user profiles, industry statistics
General dataExposure has limited impactInternal administrative files, public product information

Once classified, data is subject to different storage, transmission, and cross-border transfer rules. This is not optional; it is a legal obligation.

How can individuals protect private information?

You do not need to be a security expert to reduce exposure.

Strengthen passwords and authentication

  • Use a password manager to generate and store unique strong passwords.
  • Turn on two-factor authentication (2FA) so a leaked password is not enough.
  • Avoid personal details as passwords, including birthdays, phone numbers, or “123456.”

Manage your digital footprint

  • Delete old accounts you no longer use.
  • Review social media privacy settings and limit what strangers can see.
  • Do not enter phone numbers, IDs, or other sensitive information on unknown sites.
  • Learn to spot phishing emails and texts: any message that demands “urgent verification” deserves a pause.

Harden devices and networks

  • Update operating systems and apps promptly.
  • Do not use unencrypted public Wi-Fi for important accounts.
  • Enable WPA3 on your router and create a separate guest Wi-Fi network.

How should organizations build data security?

For organizations, protecting core data is not just an IT issue. It requires policy, technology, and training.

Apply the “minimum necessary” principle

Collect only the data the business truly needs and keep it only as long as necessary. Less data means less breach impact and lower compliance burden. PIPL requires clear, reasonable processing purposes and the least impact on personal rights and interests.[2]

Encrypt data at rest and in transit

  • Use AES-256 for stored data.
  • Protect data in transit with TLS 1.3 or VPN tunnels.
  • Physically destroy retired storage media instead of simply deleting files.

Security blind spots across the data lifecycle

Many breaches start in overlooked handoff points, not at the moment a firewall falls.

  • Overcollection risk: platforms often collect “maybe useful” data unrelated to the service, multiplying breach damage.
  • Silos and dark data: customer reports in personal drives and forgotten test database copies create major compliance gaps. A practical digital privacy framework is urgent.
  • Third-party supply chain weakness: even if your systems are strong, an outsourcing vendor or cloud provider mistake can expose key information.

Access control and permission management

Assign data access under least privilege: people should see only what their work requires. Just-in-time access can grant temporary permissions and revoke them automatically afterward.

Deploy Data Loss Prevention (DLP)

DLP tools monitor data movement and can block confidential information before it leaves through email, USB, or cloud services. For companies handling large amounts of customer data, this is no longer merely optional.

Security awareness training

Human error is a major driver of breaches. IBM reports phishing as the leading initial attack vector in 2025.[1] Training helps employees recognize phishing, avoid sending sensitive files over unencrypted channels, and stop unsafe password habits.

What should you do after a data breach?

If you suspect your private information has leaked, do not panic, but do not wait:

  1. Change affected account passwords, prioritizing banking, email, and social accounts.
  2. Enable or refresh two-factor authentication so old passwords cannot be reused.
  3. Check transactions and login history, and contact banks or platforms about suspicious activity.
  4. Report to relevant authorities; in China, this may include cyberspace or public security authorities.
  5. Freeze credit checks where available to reduce identity-fraud risk.
  6. Monitor credit and account activity for at least six months.

For organizations, data breach response is more complex: isolate affected systems, preserve evidence, notify users and regulators as required, and update security strategy afterward.

What are the main data protection laws?

Legal requirements vary by country and region. These are some key frameworks:

LawScopeCore requirementsMaximum penalty
China PIPLOrganizations processing Chinese citizens’ personal informationSeparate consent for sensitive information; security assessment for cross-border transferRMB 50 million / 5% of prior-year revenue[2]
China Data Security LawData processing activities in ChinaData classification and grading; review for core data exportUp to RMB 10 million[4]
GDPROrganizations processing EU/EEA resident dataRights to access, rectify, erase; 72-hour breach notification4% of global annual revenue or €20 million[6]
HIPAAU.S. healthcare-related entitiesAdministrative, physical, and technical safeguards for PHIUp to $2 million per violation category per year
PCI DSSOrganizations storing, processing, or transmitting payment card data12 security requirements from network security to access control[3]$5,000 to $100,000 per month

The shared trend is clear: penalties are heavier and enforcement is stricter. Compliance is not just a cost; it is an investment.

Summary

  • Sensitive data is any information that could harm a person or organization if exposed, far beyond “personal privacy.”
  • The seven major types include financial, health, credentials, biometrics, education/employment, trade secrets, and government information.
  • Use the CIA triad to assess sensitivity and build a data classification system.
  • For individuals: strong passwords + two-factor authentication + VPN encryption.
  • For organizations: policy, technology, and people all need controls.
  • Fast breach response can matter more than cleanup after the damage spreads.

FAQ

What are examples of sensitive data?

Bank accounts, national IDs, medical diagnosis reports, login passwords, face or fingerprint data, trade secrets, and classified government files are common examples. The test is whether exposure would cause real harm.

How is sensitive data different from personal data?

Personal data identifies a person, such as a name or phone number. Only the subset that would cause serious harm if exposed is sensitive personal data. Sensitive data is broader and can include non-personal information such as trade secrets or military intelligence.

What special requirements does Chinese law set for sensitive personal information?

PIPL requires separate consent for processing sensitive personal information such as biometrics, medical health data, financial accounts, and minors’ information. It also requires a personal information protection impact assessment in advance.[2]

Can a VPN help protect sensitive data?

What is data classification?

Data classification assigns data to protection levels based on sensitivity and importance. China’s Data Security Law divides data into core data, important data, and general data.[4]

What is data masking?

Data masking replaces real sensitive values with artificial ones while preserving the data format. Common methods include anonymization and pseudonymization, often used in testing and analytics.

What is Data Loss Prevention (DLP)?

Data Loss Prevention is a mix of software and policies that monitors, detects, and blocks unauthorized transfer of sensitive data through email, USB, cloud services, and other channels.

What is the first step after a data breach?

For individuals, change the affected and related account passwords immediately, then enable two-factor authentication. For organizations, isolate affected systems and activate the incident-response process. See our data breach response guide for details.

How long should sensitive data be retained?

There is no universal answer. It depends on data type and applicable law. The core rule is not to keep what you no longer need. When data no longer serves a lawful business purpose or required retention period, destroy it securely.


Disclaimer: This article is for general informational purposes only and does not constitute legal, technical, or other professional advice. Data protection laws vary by country and region and may change. Consult qualified legal professionals for specific compliance requirements.

AethoVPN does not replace the non-network steps in “Sensitive data”.

Sources:

  1. IBM — Cost of a Data Breach Report 2025 — https://www.ibm.com/reports/data-breach
  2. 全国人民代表大会 — 中华人民共和国个人信息保护法 — https://www.gov.cn/xinwen/2021-08/20/content_5632486.htm
  3. PCI Security Standards Council — PCI DSS Overview — https://www.pcisecuritystandards.org/standards/pci-dss/
  4. 全国人民代表大会 — 中华人民共和国数据安全法 — https://www.gov.cn/xinwen/2021-06/11/content_5616919.htm
  5. NIST — FIPS 199: Standards for Security Categorization — https://csrc.nist.gov/pubs/fips/199/final
  6. European Commission — General Data Protection Regulation (GDPR) — https://gdpr.eu/

Sources checked 8 May 2026.


Related Articles:

Start your 3-day free trial

Sign up to experience all premium features at no cost.

*Available only to new users. Each user is limited to one trial.

Sensitive data | AethoVPN