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: PGP Encryption in PL/SQL

Re: PGP Encryption in PL/SQL

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Thu, 10 Mar 2005 14:20:16 -0800
Message-ID: <1110493019.518184@yasure>


sameergn_at_gmail.com wrote:

> Can you please be more specific?
> Thanks.
>
> IANAL_VISTA wrote:
>

>>sameergn_at_gmail.com wrote in
>>news:1110409116.834706.85770_at_z14g2000cwz.googlegroups.com:
>>
>>
>>>Hi,
>>>
>>>  There is a UNIX CRON jobs written in PERL that
>>>
>>>  1. Runs a query.
>>>  2. PGP encrypts the output
>>>  3. and sends it out via email.
>>>
>>>  We want to move this CRON to a Oracle Job. We know that points 1

>
> and
>
>>>2
>>>  can be implemented in PL/SQL but can we do PGP encryption too?
>>>
>>
>>Yes, if you know what you are doing.
>>It is just a Small Matter Of Programing (SMOP).

9i ... DBMS_OBFUSCATION_TOOLKIT
10g ... DBMS_CRYPTO

documentation at: http://tahiti.oracle.com

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Thu Mar 10 2005 - 16:20:16 CST

Original text of this message

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