Question
Capgemini
BR
Last activity: 28 Mar 2022 15:39 EDT
Data encryption approaches
Hello friends,
I would like to know if the Data Encryption of an entire class weighs too much in an application.
Encryption approach | Benefits | Limitations |
---|---|---|
Class-level | Efficient method to encrypt an entire case or data record stored as a Binary Large Object (BLOB) in the database. | Does not encrypt data outside of the BLOB in the database. For example, properties that are exposed as columns for reporting, stored on the clipboard when you open a case, or stored in secondary data stores are not encrypted. |
If I have a series of properties to encrypt, it would be more interesting to encrypt the class right away, but what are the impacts of this on the application in terms of efficiency?
Tks a lot
Douglas