1 / 1

About Oracle TDE (Transparent Data Encryption)

The Transparent Data Encryption feature was announced in Oracle 10g Database Release 2 to simplify the encryption of data within datafiles, tables stopping access to it from the operating system. Tablespace encryption extends this technology, allowing encryption of the entire insides of a tablespace and tables. Vijay Kumar Tiwari "About Oracle TDE (Transparent Data Encryption)" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456-6470, Volume-4 | Issue-1 , December 2019, URL: https://www.ijtsrd.com/papers/ijtsrd29814.pdf Paper URL: https://www.ijtsrd.com/computer-science/database/29814/about-oracle-tde-transparent-data-encryption/vijay-kumar-tiwari<br>

Télécharger la présentation

About Oracle TDE (Transparent Data Encryption)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 4 Issue 1, December 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 About Oracle TDE (Transparent Data Encryption) Vijay Kumar Tiwari IT Consultant, HCL America Inc, Texas, United States How to cite this paper: Vijay Kumar Tiwari "About Oracle TDE (Transparent Data Encryption)" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456-6470, Volume-4 | Issue-1, December 2019, pp.1085, URL: www.ijtsrd.com/papers/ijtsrd29814.pdf Copyright International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) © 2019 by author(s) and IJTSRD29814 INRODUCTION The Transparent Data Encryption feature was announced in Oracle 10g Database Release 2 to simplify the encryption of data within datafiles, tables stopping access to it from the operating system. Tablespace encryption extends this technology, allowing encryption of the entire insides of a tablespace and tables. Steps of TDE configuration 1.Set up the TDE wallet location. 1.1.Use the default or other location like $ORACLE_BASE/ admin/<Database Name>/Name of wallet. 1.2.Update sqlnet.ora with an entry like below. ENCRYPTION_WALLET_LOCATION = DATAFILE <datafile specifications> ENCRYPTION [USING '<encryption algorithm>'][IDENTIFIED BY password][SALT|NO SALT] DEFAULT STORAGE (ENCRYPT); Table: CREATE TABLE <table name>( <non encrypted column list>,... <encrypted column name> <type> ENCRYPT [USING '<encryption algorithm>'][IDENTIFIED BY password][SALT|NO SALT],... <non encrypted column list>,... <encrypted column name> <type> ENCRYPT [USING (SOURCE = (METHOD = FILE) '<encryption algorithm>'][IDENTIFIED BY (METHOD_DATA = password][SALT|NO SALT],... (DIRECTORY = /opt/oracle/WALLETS/$ORACLE_SID) ); Some database dictionary table where you can find information about objects encrypted with TDE Tables: DBA_ENCRYPTED_COLUMNS, ENC$ Tablespaces: DBA_TABLESPACES, V$ENCRYPTED_TABLESPACES CONCLUDING Transparent Data Encryption delivers tool to encrypt the data stored in the OS data files and table level. TDE enables the encryption of data at the storage level to prevent data tempering and theft from outside of the database. The above is to show ways of configuration of TDE and methods to test this enable in databases. A happy company and a happy employee are the ones who have a solid encryption plan program. ) ) 2.Make sure the specified wallet directory exists. 3.Create the initial TDE master key. On 11g and 10g, in sqlplus: ALTER SYSTEM SET ENCRYPTION KEY IDENTIFIED BY “WALLET PASSWORD” 4.Create the encrypted tablespace and tables. Tablespace: CREATE TABLESPACE <tablespace name> @ IJTSRD | Unique Paper ID – IJTSRD29814 | Volume – 4 | Issue – 1 | November-December 2019 Page 1085

More Related