Back to the Transparent Data Encryption home page

Transparent Data Encryption

Column Encryption: Four easy steps

 
Transparent Data Encryption step 1 of 4
 
 
 
 
Transparent Data Encryption step 2 of 4
 
 
 
 
Transparent Data Encryption step 3 of 4
 
 
 
 
Transparent Data Encryption step 4 of 4
 
Setup Wallet and Master Key Identify columns with sensitive data Review constraints Encrypt existing and new data

When a database is initially prepared for TDE, the master key is created with this simple command:

  SQL> alter system set encryption key identified by "password";

This command, potentially issued by another person apart from the DBA, creates a master key and either puts the key into an existing wallet, or creates a new wallet, when it doesn't exist. It is issued only once. If the wallet is lost, the command does not re-create the master key (even if the identical password is used), it creates a new, different master key. By default, the Oracle Wallet stores a history of retired master keys, which enables you to change them and still be able to decrypt data which was encrypted under an old master key. The fact that the case sensitive wallet password might be unknown to the DBA provides separation of duty, since the DBA might be able to restart the database, but the wallet is closed and needs to be manually opened by a 'Security DBA', who needs to know the wallet password. The command to open the wallet is:

  SQL> alter system set encryption wallet open identified by "password";


Technical Information

Frequently Asked Questions Apr. 2008
Technical White Paper June 2007
Datasheet June 2007

Hands-On:

Using Transparent Data Encryption Nov. 2007
 
Learn More
· Oracle by Example: Database Security

Security Options
· Oracle Database Vault
· Oracle Advanced Security
· Oracle Label Security
· Oracle Secure Backup

Security Features
· Data Encryption
· Virtual Private Database
· Database Auditing
· Backup Encryption
· Proxy Authentication
· Enterprise User Security
· Secure Application Roles
· Fine Grained Auditing

Related Technologies
· Audit Vault
· Secure Backup
· Configuration Management
· Information Rights Management
· Identity Management

Previous Releases
· Oracle10g R2 Security
· Oracle9iR2 Security
· Oracle9i Security

Discussion Forums
· Audit Vault
· Security
· Database
E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy