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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Encrypting and Decrypting Data

Re: Encrypting and Decrypting Data

From: <cjgait_at_earthlink.net>
Date: Fri, 15 Sep 2000 21:52:35 -0400
Message-Id: <10620.117191@fatcity.com>


I could be wrong, but the original request here seems to be about all data going into and out of a table or tables being secured, which could be a real pain to deal with using custom encryption procedures. This is the kind of thing Oracle Advanced Security is designed for, and 8.1.6 has a quite sophisticated ability to encrypt the data stream. Naturally nothing in the world is free, so you take a performance hit on anything that needs to be encrypted/decrypted before access.

Regards,
Chris Gait

On 13 Sep 2000, at 9:06, yong huang wrote:

> http://osi.oracle.com/~tkyte/Misc/Passwords.html
>
> you wrote:
>
> We just received a requirement to provide encryption and decryption of data
> going into the Oracle 8.1.6 database on Solaris. We thought it would be
> nice to have a insert/update trigger to call an encryption procedure to
> encrypt the data as it is going into the table and the ASP people can
> decrypt the data when they pull it out of the table.
>
> Any idea, recommendations, or procedures?
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
> --
> Author: yong huang
> INET: yong321_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri Sep 15 2000 - 20:52:35 CDT

Original text of this message

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