-
Book Overview & Buying
-
Table Of Contents
Software Architecture with Kotlin
By :
Handling sensitive data requires careful consideration and implementation of best practices to ensure its confidentiality, integrity, availability, and compliance with regulatory requirements. In this section, we’ll look at the key strategies for managing sensitive data.
We have discussed what data can be identified as sensitive at the beginning of the chapter. It is important for an organization to explicitly classify and document which field is sensitive. There are at least three categories of data sensitivity:
The documentation should serve as a guideline for everyone, including engineers, in the organization to handle them with care and caution.
Data in transit under TLS communication is encrypted with session keys. This ensures that even...