Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: visibly encrypting table columns
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
![]() |
![]() |