Base solution for your next web application
Open Closed

Does implementing Transparent Data Encryption (TDE) on database have any impact on application #10511


User avatar
0
kansoftware created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 8.1
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .net core

We are going to implement Transparent Data Encryption (TDE) on database have any impact on application. do we have any specific settings to be done on application side or database

We are implementing the same using following document https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.SQLServer.Options.TDE.html

Please also share your feedhack related to performance on application


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kansoftware

    I haven't used this feature before but when looking at its documentation, it states that;

    TDE automatically encrypts data before it is written to storage, and automatically decrypts data when the data is read from storage.

    I that's the case, I think you will not have a performance problem on AspNet Zero side. But, I can't say anything about TDE's performance.