Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> DBMS_OBFUSTICATION

DBMS_OBFUSTICATION

From: Dave Morgan <dvmrgn_at_1001111.com>
Date: Sat, 22 Feb 2003 12:43:46 -0800
Message-ID: <F001.00555CF2.20030222124346@fatcity.com>


Hi All,

The easiest way to protect the key is to create a package owned by the data owner and create functions within the package to encode and decode the data. Ensure the encryption key is defined in the package body.

Grant execute privileges to the data entry schemas.

The view ALL_SOURCE will only show the package header and not the package body

This will not protect against rogue DBA's or network sniffing

HTH
Dave

--

Dave Morgan
Operations Manager, Rigskills Canada
Canada's Geographical Oilfield Services Locator http://www.rigskills.ca
dvmrgn_at_rigskills.ca
403 399 2442
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Dave Morgan
  INET: dvmrgn_at_1001111.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Sat Feb 22 2003 - 14:43:46 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US