Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: obfuscate an integer and store in a number column
Hi,
the security requirement is to have the price column which is a
number(22) encrypted. I can not change the column datatype
because this is to use under oracle ebusiness suite and I think
that it's better not to change the column datatype.
Maybe I'll try to look at the possibility of having another table
to store the encrypted value. But since probably this will
be used on more tables I don't know if this will be manageable.
thanks,
pedro
DA Morgan wrote:
> Pedro Lopes wrote: >
> > > What is the actual security requirement? > > One possibility: > Change the data type. > Store the encrypted version in the column > Store the number in a function based index?Received on Thu Feb 10 2005 - 15:35:00 CST
![]() |
![]() |