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: Fri, 02 Jul 1999 00:52:59 -0700
Message-ID: <377C6FDB.F0288F4C@netwiz.net>


Billy Verreynne wrote:

> AleX wrote in message <377A4C5F.6E4BF1E_at_netwiz.net>...
>
> >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?
>
> Why not just use a view? Or am I missing something (as usual! ;-) here?

These are "run-time" tables and they have to be updatable... I don't want to install them into some other schema... so basically, i decided to use cookies as much as possible.

Thanx. Received on Fri Jul 02 1999 - 02:52:59 CDT

Original text of this message

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