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

Home -> Community -> Usenet -> c.d.o.misc -> Re: encrypt credit card number

Re: encrypt credit card number

From: Tom Zamani <tomz_at_redflex.com.au>
Date: Fri, 17 Mar 2000 13:47:25 +1100
Message-ID: <8as6ql$235$1@perki.connect.com.au>


No there is not such thing in Oracle for Grneral Usage. You need to hav your Own Encryption method. One of the Encryption methods that I have worked with was Triple Des which is not bad.
Using external procedure call, Oracle could call a C program which would encrypt the passed string, and would return the result to Oracle. Tom
Anupam Bordia <abordia99_at_hotmail.com> wrote in message news:vOfA4.619$u44.32714_at_news.pacbell.net...
> Is there a built-in command in oracle which helps me encrypt the credit
card
> number stored in oracle database? I tried searching for "encrypt" in
ORACLE
> guide but was not successful. Any thoughts would be very helpful.
>
> Thanks a lot for your time.
>
>
>
>
Received on Thu Mar 16 2000 - 20:47:25 CST

Original text of this message

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