Re: Encrypt Table Data
Posted by ErmanArslansOracleBlog on Mar 19, 2024; 9:43am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Encrypt-Table-Data-tp12359p12362.html
You can create your own encryption/decryption mechanism (for instance your apps can store the data in encrypted mode in the database tables, decrypt the stored encrypted data(user-pass for instance) during the login process etc..) or you can use Oracle Transparent Data Encryption (but this requires license) + Redaction.
Using only the TDE is not enough for your need.. -> Protect data in tablespaces with transparent data encryption (TDE) and dynamically mask sensitive data returned by database queries with data redaction..