chapter fourteen

14 Data Security

 

This chapter covers

  • Encryption (symmetric/asymmetric) and hashing
  • Public Key Infrastructure (PKI)
  • Data states and lifecycle
  • Data handling practices

Previous chapters examined the ways in which access controls, network defenses, and backups protect data assets. However, protection must follow data throughout its entire lifecycle. A file that is encrypted at rest can still be intercepted while in transit. Secure transmission means little if the data can be copied, emailed, or carried away on a USB drive. Therefore, effective data security requires multiple layers of control.

This chapter focuses on two such layers: cryptography and data loss prevention. One makes data unreadable to unauthorized parties, while the other helps prevent sensitive information from reaching them in the first place.

Cryptography is the foundation of modern data protection. Symmetric and asymmetric encryption maintain confidentiality in various contexts, and hashing and digital signatures verify integrity, establish authenticity, and support non-repudiation. Understanding these technologies requires knowing not only how they work but also the threats they are designed to counter.

14.1 What is Data Security

14.2 Cryptography

14.2.1 Symmetric Encryption

14.2.2 Asymmetric Encryption

14.2.3 Comparing Symmetric with Asymmetric Encryption

14.2.4 Hashing

14.2.5 Digital Signatures

14.2.6 Public Key Infrastructure (PKI)

14.3 Data Handling

14.3.1 States of Data

14.3.2 Data Lifecycle

14.3.3 Data Classification

14.3.4 Data Labelling

14.3.5 Data Retention

14.3.6 Data Destruction

14.3.7 Data Exfiltration Prevention

14.3.8 Data Loss Prevention

14.4 Closing Thoughts

14.5 Summary

14.6 Review Questions

14.7 Answer to Review Questions