Prevent sensitive data: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Created page with "=Sensitive Data= '''Sensitive Data is the set of data that contains elements from user data, application data and data protecting data such that user data is not exposed to un..."
 
Line 12: Line 12:
** Passkeys
** Passkeys
** Access Control lists
** Access Control lists
==Types Of Insensitive Data==
Just because it can contain sensitive data, it does not mean it is. Controls can be put in place to manage it such as in development or via business process.
Just because it can contain sensitive data, it does not mean it is. Controls can be put in place to manage it such as in development or via business process.
* Not all user data
* Not all user data
* Logging files
* Logging files
==Data Classification==
Data Classification can be by either
This can be by either
*Laws, GDPR, PCI DSS, can include but not exclusive to
*Laws, GDPR, PCI DSS, can include but not exclusive to
** Personal data, trade union membership, genetic, bio metric, health data
** Personal data, trade union membership, genetic, bio metric, health data
*Business requirements
*Business requirements

Revision as of 04:26, 4 September 2020

Sensitive Data

Sensitive Data is the set of data that contains elements from user data, application data and data protecting data such that user data is not exposed to unauthorized parties

  • Application Data
    • Configuration Data
    • Logging Data
    • Application Data
  • User Data
    • Personal Information
    • Personal Identification Information, drivers license
  • Data Protecting Data
    • Cryptokey
    • Passkeys
    • Access Control lists

Just because it can contain sensitive data, it does not mean it is. Controls can be put in place to manage it such as in development or via business process.

  • Not all user data
  • Logging files

Data Classification can be by either

  • Laws, GDPR, PCI DSS, can include but not exclusive to
    • Personal data, trade union membership, genetic, bio metric, health data
  • Business requirements