Chapter 9 Confidentiality and Privacy Controls
Protecting Confidentiality and Privacy of Sensitive Information
• Identity and classify information to protect
o Where is it located and who has access?
o Classify value of information to organization
• Encryption (privacy & confidentiality)
o Protect information in transit and in storage
o Encryption is a fundamental control for protecting the privacy of personal
information that organizations collect.
o Encryption is an important and effective tool to protect confidentiality. It is the only
way to protect information in transit over the Internet. It is also a necessary part of
defense-in-depth to protect information stored on websites or in a public cloud.
o Encryption limits firewalls’ ability to filter traffic.
Firewalls cannot apply their rules to encrypted packets.
• Access controls
o Controlling outgoing information (confidentiality)
o Digital watermarks (confidentiality)
– Code embedded in documents that enables an organization to identify confidential
information that has been disclosed.
– Identify proprietary data 识别专有数据, but it does not protect privacy 不能保护隐私
数字水印指用信号处理的方法在数字化的多媒体数据中嵌入隐蔽的标记,这种标记通常
是不可见的,只有通过专用的检测器或阅读器才能提取。
o Data masking (privacy)
– A program that protects privacy by replacing personal information with fake values,
but the result is still the same type of data, which can then be used to test program
logic.
– Used to protect the privacy of a customer’s personal information when giving
programmers a realistic data set with which to test a new application
数据屏蔽是为了消除数据所有可识别的特征来实现匿名时仍然可用的功能,而最重要
的目的是为了消除泄漏敏感信息的风险
• Training (privacy & confidentiality)