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: obfuscate an integer and store in a number column

Re: obfuscate an integer and store in a number column

From: <Kenneth>
Date: Sat, 12 Feb 2005 18:18:14 GMT
Message-ID: <420e44b7.8850031@news.inet.tele.dk>


On Fri, 11 Feb 2005 17:08:13 +0000, Pedro Lopes <pedro.lopes_at_netvisao.pt> wrote:

>but the requirement is to have data encrypted !
>not hidden away... like using mechanisms as
>views, vpds, label security.
>
>This is a costumer requirement...
>The application already hides the price from the user, but the
>requirement is to have the price encrypted also.
>
>thanks
>pedro

Well, in that case you need an encryption algorithm which takes a plaintext of length N and creates a ciphertext of length <=N Blowfish (among others) is capable of this.

You also need to consider how to manage and store the encryption key(s).

And you must find and buy the software to implement it (There are free modules out there though)

Sounds temptating ?

If not, then explain the risks and costs of this approach to your customer, and they will probably more willlingly turn to the fine Oracle security features mentioned elsewhere in this thread.

Received on Sat Feb 12 2005 - 12:18:14 CST

Original text of this message

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