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

Home -> Community -> Usenet -> c.d.o.server -> Re: visibly encrypting table columns

Re: visibly encrypting table columns

From: AleX <ashteren_at_netwiz.net>
Date: Wed, 30 Jun 1999 20:07:35 -0700
Message-ID: <377ADB76.DF6A2F3B@netwiz.net>


student wrote:

> In article <377A4C5F.6E4BF1E_at_netwiz.net>,
> AleX <ashteren_at_netwiz.net> wrote:
> > Hey all,
> >
> > is there a way to encrypt certain table columns when the user will run
> > select statements on it? I.e. if i create a table with passwords as a
> > column, is there a way to just scramble it somewhat when one runs a
> > select statement on it?
> >
> > Thanx.
> >
> >
>
> Hi alex,
> if you want the column data to be scrambled, there are couple of
> options.. 1. If you are using a front end tool like Oracle Forms4.5,
> then you can write a trigger and get the stuff scrambled and putit into
> the database. 2. If the front end does not have this feature, then you
> can write a database trigger, such that before insert, you can scramble
> the value for that particular column.
>
> EN Nadu
>

Right... I actually explored this option and it works ok. I was just wondering of there's something built-in that I'm not aware of. Received on Wed Jun 30 1999 - 22:07:35 CDT

Original text of this message

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