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: Database connection from remote server

RE: Database connection from remote server

From: <Jared.Still_at_radisys.com>
Date: Mon, 19 Jul 2004 17:08:51 -0700
Message-ID: <OFA7B1835A.5CDEC65E-ON88256ED7.0000ADD4-88256ED7.0000D051@radisys.com>


oracle-l-bounce_at_freelists.org wrote on 07/19/2004 01:14:11 PM:
>
> create or replace package encrypt as
> function code(inp_data varchar2, key varchar2 default =
> 'MY_ENCRPTY_KEY') return varchar2;

You might consider using dbms_obfuscation_toolkit.md5 instead.

The password can be verified from the table, but it can't be decrypted, as only a checksum is stored.

Jared



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Jul 19 2004 - 19:06:17 CDT

Original text of this message

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