By Prase on
I have planned to secure the data by encrypting the entire database using Transparent Data Encryption(TDE).
I have done the same encryption in MSSQL server with .NET its works fine.
But am not sure, is that possible with Drupal and its impact. Can anyone suggest me?
Comments
Cross-posted to stackexchange
Cross-posted to stackexchange so I won't waste too much time on it. You will probably get an answer there. However, I see no reason there would a problem. Since TDE is only available for Mysql enterprise, if you have a copy of Mysql enterprise, it only takes a few minutes to do a test install of Drupal using that database software to test it.
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
Is there is any other
Is there is any other encryption techniques suggested? which are non-enterprise?
Not for the whole db, only
Not for the whole db, only for specific fields. See my answer at
https://www.drupal.org/forum/support/post-installation/2018-05-04/how-to...
of course these protect only the database files 'at rest'. In use the data must be accessible to the site's code. Backups will be encrypted separately.
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
Finally i got you, it was you
Finally i got you, it was you am searching for.
yes i have installed those module. I stuck at the point, where i need to encypt the predefined fields such as username & email address?
I see no documentation in place. Could you please help me out?
Sorry I have never used them,
Sorry I have never used them, yet, though with GDPR the time will come. You don't actually say which of the modules is undocumented. Each module should have, in addition to the documenation on its project page, a README.txt. If you have read all those, and still find no documentation, you may have to look at the code... Also if you find a module is undocumented, for example if it has no README.txt, or if the one it has is not useful, you may want to open issue for that module.
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors